aboutsummaryrefslogtreecommitdiff
path: root/busybox.sh
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-01 14:54:35 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-01 14:54:35 +0000
commit39f755a4e4dd5031b0ef586a352948be78c25c22 (patch)
tree66d08b5f5d7d5a5380233e55b8d13c96266a026e /busybox.sh
parent33ae245baca73e3c48ebf564a9547b34f3e86d83 (diff)
downloadbusybox-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-xbusybox.sh2
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`
11test "${RAW}" != "" || exit 11test "${RAW}" != "" || exit
12if [ -d $BB_SRC_DIR ]; then cd $BB_SRC_DIR; fi 12if [ -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.
15ls $RAW 2>/dev/null | tr '\n' ' ' 15ls $RAW 2>/dev/null | tr '\n' ' '