diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-01 16:24:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-01 16:24:32 +0000 |
commit | b4b932bb824872214f7405940ef1100eb7b5da59 (patch) | |
tree | 1b01a7acc177ba3a732079855e40d521d182875b /busybox.sh | |
parent | 39f755a4e4dd5031b0ef586a352948be78c25c22 (diff) | |
download | busybox-w32-b4b932bb824872214f7405940ef1100eb7b5da59.tar.gz busybox-w32-b4b932bb824872214f7405940ef1100eb7b5da59.tar.bz2 busybox-w32-b4b932bb824872214f7405940ef1100eb7b5da59.zip |
Another refinement, this time from Larry.
git-svn-id: svn://busybox.net/trunk/busybox@2504 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 26d1376a0..7c3deb20e 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' ' ' |