|
@ -43,7 +43,7 @@ while [ $# -gt 0 ]; do |
|
|
shift 1 |
|
|
shift 1 |
|
|
;; |
|
|
;; |
|
|
-s|--strip) |
|
|
-s|--strip) |
|
|
if [[ "$ROCKCFG_DEBUG" = 0 || $command != *install ]] |
|
|
|
|
|
|
|
|
if [ "$ROCKCFG_DEBUG" = 0 -a "$STRIP" = "strip" ] || [[ $command != *install ]] |
|
|
then |
|
|
then |
|
|
newcommand="$newcommand $1" |
|
|
newcommand="$newcommand $1" |
|
|
fi |
|
|
fi |
|
|