Commit e15002c8 authored by Robert Schmidt's avatar Robert Schmidt

Shift correct number of params for build_oai --build-dir

parent cb5e9d90
...@@ -200,7 +200,7 @@ function main() { ...@@ -200,7 +200,7 @@ function main() {
shift 2;; shift 2;;
-d | --build-dir) -d | --build-dir)
BUILD_DIR=$2 BUILD_DIR=$2
shift;; shift 2;;
-I | --install-external-packages) -I | --install-external-packages)
INSTALL_EXTERNAL=1 INSTALL_EXTERNAL=1
echo_info "Will install external packages" echo_info "Will install external packages"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment