mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
revert recently-added typo
This commit is contained in:
parent
b4f9553579
commit
ad5b42121b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ DEVICES=""
|
||||||
while [ $# -ge 1 ]; do
|
while [ $# -ge 1 ]; do
|
||||||
case $1 in
|
case $1 in
|
||||||
-e)
|
-e)
|
||||||
DEVICES="$DEVICES $(adb devices | adb devices | grep '^emulator' | awk '{print $1}')"
|
DEVICES="$DEVICES $(adb devices | grep '^emulator' | awk '{print $1}')"
|
||||||
;;
|
;;
|
||||||
-d)
|
-d)
|
||||||
DEVICES="$DEVICES $(adb devices | grep -v emulator | grep 'device$' | awk '{print $1}')"
|
DEVICES="$DEVICES $(adb devices | grep -v emulator | grep 'device$' | awk '{print $1}')"
|
||||||
|
|
Loading…
Reference in a new issue