Fix busybox find incompatible multiple -type Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Anjandev Momi <anjan@momi.ca>
1 files changed, 1 insertions(+), 1 deletions(-) M ssg6
M ssg6 => ssg6 +1 -1
@@ 137,7 137,7 @@ list_dirs() { } list_files() { - cd "$1" && eval "find . -type f,l ! -name '.' ! -path '*/_*' $IGNORE" + cd "$1" && eval "find . -type f -or -type l ! -name '.' ! -path '*/_*' $IGNORE" } list_dependant_files() {