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:
parent
80c28e1507
commit
97af65a510
@ -13,7 +13,7 @@ else
|
|||||||
prefix="$1"
|
prefix="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -d "$1" ]; then
|
if ! [ -d "$prefix" ]; then
|
||||||
echo "Directory prefix does not exist!"
|
echo "Directory prefix does not exist!"
|
||||||
echo
|
echo
|
||||||
exit 1
|
exit 1
|
||||||
|
@ -24,7 +24,7 @@ else
|
|||||||
prefix="$1"
|
prefix="$1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! [ -d "$1" ]; then
|
if ! [ -d "$prefix" ]; then
|
||||||
echo "Directory prefix does not exist!"
|
echo "Directory prefix does not exist!"
|
||||||
echo
|
echo
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user