Argh. Now we break non-pristine builds. Check a bit more carefully.
-Erik
This commit is contained in:
parent
abde065935
commit
6d553ef200
@ -9,7 +9,7 @@ RAW=` \
|
|||||||
| tr A-Z a-z | sort
|
| tr A-Z a-z | sort
|
||||||
`
|
`
|
||||||
test "${RAW}" != "" || exit
|
test "${RAW}" != "" || exit
|
||||||
if [ -d $BB_SRC_DIR ]; then cd $BB_SRC_DIR; fi
|
if [ -d ${$BB_SRC_DIR:-.} ]; then cd $BB_SRC_DIR; fi
|
||||||
# By running $RAW through "ls", we avoid listing
|
# By running $RAW through "ls", we avoid listing
|
||||||
# source files that don't exist.
|
# source files that don't exist.
|
||||||
ls $RAW 2>/dev/null | tr '\n' ' '
|
ls $RAW 2>/dev/null | tr '\n' ' '
|
||||||
|
@ -9,7 +9,7 @@ RAW=` \
|
|||||||
| tr A-Z a-z | sort
|
| tr A-Z a-z | sort
|
||||||
`
|
`
|
||||||
test "${RAW}" != "" || exit
|
test "${RAW}" != "" || exit
|
||||||
if [ -d $BB_SRC_DIR ]; then cd $BB_SRC_DIR; fi
|
if [ -d ${$BB_SRC_DIR:-.} ]; then cd $BB_SRC_DIR; fi
|
||||||
# By running $RAW through "ls", we avoid listing
|
# By running $RAW through "ls", we avoid listing
|
||||||
# source files that don't exist.
|
# source files that don't exist.
|
||||||
ls $RAW 2>/dev/null | tr '\n' ' '
|
ls $RAW 2>/dev/null | tr '\n' ' '
|
||||||
|
Loading…
Reference in New Issue
Block a user