Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
c2c474263f
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      misc/tools-source/install_wrapper.sh

+ 5
- 0
misc/tools-source/install_wrapper.sh

@ -1,5 +1,10 @@
#!/bin/bash
if [ -z "$INSTALL_WRAPPER_MYPATH" ]; then
# someone brain-washed the environment.. tztz.
INSTALL_WRAPPER_MYPATH="$( dirname "`type -p $0`"; )"
fi
PATH="${PATH/:$INSTALL_WRAPPER_MYPATH:/:}"
PATH="${PATH#$INSTALL_WRAPPER_MYPATH:}"
PATH="${PATH%:$INSTALL_WRAPPER_MYPATH}"

Loading…
Cancel
Save