From 8751e05f921a05a0dea103056ac5697335d0de0c Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 10 Jun 2011 21:03:38 +0000 Subject: Add configuratin options to control the PIC32 configuration words git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3691 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/configs/micropendous3/ostest/setenv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/micropendous3') diff --git a/nuttx/configs/micropendous3/ostest/setenv.sh b/nuttx/configs/micropendous3/ostest/setenv.sh index 6c6e52c8e7..fc11ea4c0f 100755 --- a/nuttx/configs/micropendous3/ostest/setenv.sh +++ b/nuttx/configs/micropendous3/ostest/setenv.sh @@ -32,14 +32,14 @@ # POSSIBILITY OF SUCH DAMAGE. # -if [ "$(basename $0)" = "setenv.sh" ]; then +if [ "$_" = "$0" ] ; then echo "You must source this script, not run it!" 1>&2 exit 1 fi WD=`pwd` if [ ! -x "setenv.sh" ]; then - echo "This script must be executed from the toplevel NuttX build directory" + echo "This script must be executed from the top-level NuttX build directory" exit 1 fi -- cgit v1.2.3