mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
tweak script help
This commit is contained in:
parent
93a98820e1
commit
786bb39941
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ else
|
|||
echo "no such variant $VARIANT; try"
|
||||
ALL=''
|
||||
for DIR in $(ls -d $(dirname $0)/../app/build/intermediates/javac/*); do
|
||||
ALL="$ALL $(basename $DIR)"
|
||||
ALL="$ALL --variant $(basename $DIR)"
|
||||
done
|
||||
echo "$ALL"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue