mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +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
|
||||
fi
|
||||
|
||||
while [ ! -e $MANIFEST ]; do
|
||||
while [ ! -e $MANIFEST -o $(basename $(pwd)) = 'bin' ]; do
|
||||
[ '/' = $(pwd) ] && usage "reached root without finding $MANIFEST"
|
||||
cd ..
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue