mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 18:59:20 +00:00
cd to the directory where the script exists before creating release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -35,6 +35,8 @@ test -z "$HOST" && HOST=i686-w64-mingw32
|
||||
test -z "$BUILD_VER" && BUILD_VER=1
|
||||
test -z "$LABEL" && LABEL=$HOST
|
||||
|
||||
# cd to the directory where this script exists.
|
||||
cd $(dirname $0)
|
||||
. ./script-helper
|
||||
|
||||
get_version
|
||||
|
||||
Reference in New Issue
Block a user