mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
make prompt clearer
This commit is contained in:
parent
8783822bdc
commit
e3ca40c221
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ cp *.apk /tmp/releases_${VARIANT}
|
|||
|
||||
cd $CURDIR
|
||||
echo "remove build dir $BUILDIR? (y or n):"
|
||||
echo -n "==> "
|
||||
echo -n "(y or n) ==> "
|
||||
read ANSWER
|
||||
if [ "$ANSWER" = 'y' ]; then
|
||||
rm -rf $BUILDIR
|
||||
|
|
Loading…
Reference in a new issue