]> git.phdru.name Git - audio-cdr-video.git/blob - set-path
Fixed a bug: use $0, not the current dir
[audio-cdr-video.git] / set-path
1 CWD="`dirname \"$0\"`"
2 CWD="`abspath.py \"$CWD\"`"
3 if echo "$PATH" | grep -vq "\(^\|:\)$CWD\(:\|$\)"; then
4    PATH="$CWD:$PATH"
5 fi