aboutsummaryrefslogtreecommitdiff
path: root/pristine_setup.sh
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-05-24 21:31:09 +0000
committerMark Whitley <markw@lineo.com>2001-05-24 21:31:09 +0000
commit8b7a0d807a3ec8cfcbc4e4cb3067237b438bae14 (patch)
treea39a4d8d2cea7620c638b00392cec543e54e707d /pristine_setup.sh
parent0a4f578fdc867714e8e942add8700aa15bd80443 (diff)
downloadbusybox-8b7a0d807a3ec8cfcbc4e4cb3067237b438bae14.tar.gz
Some more patchelttes from Larry Doolittle.
Diffstat (limited to 'pristine_setup.sh')
-rwxr-xr-xpristine_setup.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/pristine_setup.sh b/pristine_setup.sh
index 62f3f3075..9e638f96e 100755
--- a/pristine_setup.sh
+++ b/pristine_setup.sh
@@ -34,6 +34,11 @@ sed -e "s?BB_SRC_DIR =.*?BB_SRC_DIR = $DIR?" <$DIR/Makefile >Makefile || exit
cp $DIR/Config.h Config.h || exit
#mkdir -p pwd_grp
+if [ ! -r $DIR/sh.c ]; then
+ echo "Warning: no shell selected. You must make the symlink (sh.c to either"
+ echo "lash.c or hush.c) in $DIR, not here."
+fi
+
echo " "
echo "You may now type 'make' to build busybox in this directory"
echo "($PWD) using the pristine sources in $DIR"