mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
allow to run from bin directory, which turns out to be useful
This commit is contained in:
parent
d122b7d2ff
commit
56c05869da
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [ $# -gt 0 ]; then
|
||||||
shift
|
shift
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while [ ! -e $MANIFEST ]; do
|
while [ ! -e $MANIFEST -o $(basename $(pwd)) = 'bin' ]; do
|
||||||
[ '/' = $(pwd) ] && usage "reached root without finding $MANIFEST"
|
[ '/' = $(pwd) ] && usage "reached root without finding $MANIFEST"
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue