1
0
Fork 0
mirror of https://github.com/aria2/aria2.git synced 2025-04-05 13:37:40 +03:00

cd to the directory where the script exists before creating release

This commit is contained in:
Tatsuhiro Tsujikawa 2012-09-02 18:56:31 +09:00
parent 887ac19a34
commit 46491fc5b7
2 changed files with 4 additions and 0 deletions

View file

@ -38,6 +38,8 @@ fi
TOOLCHAIN=$ANDROID_HOME/toolchain
PATH=$TOOLCHAIN/bin:$PATH
# cd to the directory where this script exists.
cd $(dirname $0)
. ./script-helper
get_version