diff --git a/build b/build index c5b1357..e334467 100755 --- a/build +++ b/build @@ -94,7 +94,6 @@ pmodules::compile() { local force='no' local config_file="${BOOTSTRAP_DIR}/${DEFAULT_CONFIG_FILE}" - local opts='--bootstrap' while (( $# > 0 )); do case $1 in --disable-cleanup ) @@ -174,6 +173,9 @@ pmodules::install() { --config=* ) config_file="${1#*=}" ;; + --debug ) + set -x + ;; --install-root ) PMODULES_ROOT="$2" shift 1