]> git.phdru.name Git - audio-cdr-video.git/blobdiff - set-path
Remove absolute directory ~/lib to make it portable
[audio-cdr-video.git] / set-path
diff --git a/set-path b/set-path
new file mode 100644 (file)
index 0000000..04dc7c5
--- /dev/null
+++ b/set-path
@@ -0,0 +1,4 @@
+CWD="`pwd`"
+if echo "$PATH" | grep -vq "\(^\|:\)$CWD\(:\|$\)"; then
+   PATH="$CWD:$PATH"
+fi