mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-02 04:00:48 +02:00
build:
- unused code removed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user