diff options
Diffstat (limited to 'busybox.sh')
-rwxr-xr-x | busybox.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ RAW=` \ sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\<BB_\(.*\)\>/\1.c/gp;' \ | tr '[:upper:]' '[:lower:]' | sort ` +test "${RAW}" != "" || exit cd ${2:-.} # I added in the extra "ls" so only source files that # actually exist will show up in the compile list. |