diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-01 14:54:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-01 14:54:35 +0000 |
commit | 39f755a4e4dd5031b0ef586a352948be78c25c22 (patch) | |
tree | 66d08b5f5d7d5a5380233e55b8d13c96266a026e /busybox.sh | |
parent | 33ae245baca73e3c48ebf564a9547b34f3e86d83 (diff) | |
download | busybox-w32-39f755a4e4dd5031b0ef586a352948be78c25c22.tar.gz busybox-w32-39f755a4e4dd5031b0ef586a352948be78c25c22.tar.bz2 busybox-w32-39f755a4e4dd5031b0ef586a352948be78c25c22.zip |
Argh. Now we break non-pristine builds. Check a bit more carefully.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@2503 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.sh')
-rwxr-xr-x | busybox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.sh b/busybox.sh index 6b25dff3b..26d1376a0 100755 --- a/busybox.sh +++ b/busybox.sh | |||
@@ -9,7 +9,7 @@ RAW=` \ | |||
9 | | tr A-Z a-z | sort | 9 | | tr A-Z a-z | sort |
10 | ` | 10 | ` |
11 | test "${RAW}" != "" || exit | 11 | test "${RAW}" != "" || exit |
12 | if [ -d $BB_SRC_DIR ]; then cd $BB_SRC_DIR; fi | 12 | if [ -d ${$BB_SRC_DIR:-.} ]; then cd $BB_SRC_DIR; fi |
13 | # By running $RAW through "ls", we avoid listing | 13 | # By running $RAW through "ls", we avoid listing |
14 | # source files that don't exist. | 14 | # source files that don't exist. |
15 | ls $RAW 2>/dev/null | tr '\n' ' ' | 15 | ls $RAW 2>/dev/null | tr '\n' ' ' |