]> rtime.felk.cvut.cz Git - sysless.git/commitdiff
linkarch error message corrected
authorMarek Peca <mp@duch.cz>
Fri, 12 Nov 2004 19:20:00 +0000 (19:20 +0000)
committerMarek Peca <mp@duch.cz>
Fri, 12 Nov 2004 19:20:00 +0000 (19:20 +0000)
darcs-hash:20041112192033-b965f-9f0915432ff56a106c483a1c9d4b44f05c408d53.gz

linkarch

index 10afbb9c2aee29878084e1217aaa5e5d18033dde..0f9584a1aa9a1dc1ef3e83f0e71627cfab88a0f8 100755 (executable)
--- a/linkarch
+++ b/linkarch
@@ -17,7 +17,7 @@ function make_links
         exit 1;
     fi
     if [ ! -d $ARCH_DIR/$DIR ]; then
-        echo "Can't find $ARCH_DIR directory";
+        echo "Can't find $ARCH_DIR/$DIR directory";
         exit 1;
     fi
 
@@ -30,5 +30,5 @@ function make_links
 make_links app
 make_links arch
 make_links board
-make_links lib4c
+make_links libs4c
 make_links doc