diff options
Diffstat (limited to 'crowdin/update')
-rwxr-xr-x | crowdin/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crowdin/update b/crowdin/update index 984b62f..757e948 100755 --- a/crowdin/update +++ b/crowdin/update @@ -18,7 +18,7 @@ update_file() { "http://api.crowdin.net/api/project/cgeo/update-file?key=${CROWDIN_APIKEY}" } -. "`dirname $0`/globals" +. "$(dirname $0)/globals" echo You must be on an up-to-date master branch to execute this script. echo You have 5 seconds to abort with ctrl-c if this is not the case. |