~anjan/sxmo.org

f58f445be3c1d768399fc9a73c2ec6d31ab0b7b2 — Stacy Harper 1 year, 5 months ago 87fb079
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() {