Fixed the build tool.
This commit is contained in:
parent
6cef0829a8
commit
26cd681802
1 changed files with 1 additions and 5 deletions
|
@ -86,7 +86,6 @@ main() {
|
|||
case $opt in
|
||||
-b|--baseurl)
|
||||
check_unset $2
|
||||
|
||||
if [[ $2 == \/* ]]
|
||||
then
|
||||
CMD+=" -b $2"
|
||||
|
@ -94,7 +93,6 @@ main() {
|
|||
help
|
||||
exit 1
|
||||
fi
|
||||
|
||||
shift
|
||||
shift
|
||||
;;
|
||||
|
@ -116,9 +114,7 @@ main() {
|
|||
done
|
||||
|
||||
init
|
||||
|
||||
build
|
||||
}
|
||||
|
||||
|
||||
main
|
||||
main "$@"
|
||||
|
|
Loading…
Reference in a new issue