Remove debugging statement.
[oweals/busybox.git] / pristine_setup.sh
index 62f3f3075c0238cbdd85e1268c374aa1a52df989..9e638f96e7f1afedb0b031ea4b298e2e6abaf7b2 100755 (executable)
@@ -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"