Some more patchelttes from Larry Doolittle.
diff --git a/pristine_setup.sh b/pristine_setup.sh
index 62f3f30..9e638f9 100755
--- a/pristine_setup.sh
+++ b/pristine_setup.sh
@@ -34,6 +34,11 @@
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"