Logtalk 2.25.1 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1358 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura 2005-08-08 17:34:33 +00:00
parent 80c28e1507
commit 97af65a510
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ else
prefix="$1"
fi
if ! [ -d "$1" ]; then
if ! [ -d "$prefix" ]; then
echo "Directory prefix does not exist!"
echo
exit 1

View File

@ -24,7 +24,7 @@ else
prefix="$1"
fi
if ! [ -d "$1" ]; then
if ! [ -d "$prefix" ]; then
echo "Directory prefix does not exist!"
echo
exit 1