mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-27 15:38:19 +01:00
--space fixup
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12184 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
916717086a
commit
b5e09f2c5b
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue