fix symlinks post rename

This commit is contained in:
Eric House 2019-03-11 09:51:23 -07:00
parent 3c4cc6a1b7
commit 080d14a02b
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
../../../../../../xw4/java/org/eehouse/android/xw4/FBMService.java
../../../../../../xw4NoSMS/java/org/eehouse/android/xw4/FBMService.java

View file

@ -1 +1 @@
../../../../../../xw4/java/org/eehouse/android/xw4/FBMService.java
../../../../../../xw4NoSMS/java/org/eehouse/android/xw4/FBMService.java

View file

@ -9,7 +9,7 @@ usage() {
exit 1
}
VARIANTS="xw4 xw4d xw4dNoSMS"
VARIANTS="xw4NoSMS xw4d xw4dNoSMS"
WD=$(cd $(dirname $0)/../ && pwd)
while [ $# -gt 0 ]; do