mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 01:53:08 +02:00
compile_pmodules.sh
- '--debug' option added
This commit is contained in:
@@ -16,6 +16,9 @@ while (( $# > 0 )); do
|
||||
--disable-cleanup )
|
||||
opts+=" $1"
|
||||
;;
|
||||
--debug )
|
||||
opts+=" $1"
|
||||
;;
|
||||
-f | --force )
|
||||
force='yes'
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user