Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
21dc67cffc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      misc/tools-source/install_wrapper.sh

+ 1
- 1
misc/tools-source/install_wrapper.sh

@ -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

Loading…
Cancel
Save