Do not mandate branch name in build-package script
This commit is contained in:
+1
-2
@@ -202,8 +202,7 @@ while [ ! -z {$1+x} ]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [ -z ${use_branch+set} ]; then
|
if [ -z ${use_branch+set} ]; then
|
||||||
echo "Please specify a branch with -branch=<name>"
|
use_branch="$(git rev-parse --abbrev-ref HEAD)"
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
build_dir=".build-$arch"
|
build_dir=".build-$arch"
|
||||||
|
|||||||
Reference in New Issue
Block a user