mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Update app_env.sh
When using /bin/sh in Ubuntu im getting this error: (using bash fixes this) ./app_env.sh: 12: Syntax error: "(" unexpected
This commit is contained in:
parent
aa519a186e
commit
52c8ad066e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
APP_ANDROID_NAME=""
|
||||
APP_ANDROID_VERSION=""
|
||||
|
|
Loading…
Reference in a new issue