diff --git a/scripts/update_lib.sh b/scripts/update_lib.sh index 6c1ede0..1290b0c 100755 --- a/scripts/update_lib.sh +++ b/scripts/update_lib.sh @@ -3,7 +3,7 @@ if [ ! -d lib/updfparser ] ; then echo "Some libraries are missing" echo "You must run this script at the top of libgourou working direcotry." - echo "./lib/setup.sh must be called first (make all)" + echo "./scripts/setup.sh must be called first (make all)" exit 1 fi