--space fixup

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12184 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-05-04 13:33:56 +00:00
parent 916717086a
commit b5e09f2c5b
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ while [ $# -gt 0 ] ; do
done
if [ $clean -o $makespace ] ; then
if [ x$clean != x -o x$makespace != x ] ; then
if [ ! -d LRDF ] ; then
echo "This doesn't appear to be your source directory. Don't run --clean or --space here."
exit 1

View file

@ -45,7 +45,7 @@ while [ $# -gt 0 ] ; do
esac
done
if [ $clean -o $makespace ] ; then
if [ x$clean != x -o x$makespace != x ] ; then
if [ ! -d gtk+ ] ; then
echo "This doesn't appear to be your source directory. Don't run --clean or --space here."
exit 1