From 8b7a0d807a3ec8cfcbc4e4cb3067237b438bae14 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Thu, 24 May 2001 21:31:09 +0000 Subject: Some more patchelttes from Larry Doolittle. --- pristine_setup.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pristine_setup.sh') 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" -- cgit v1.2.3