Kaydet (Commit) ee7f6aaa authored tarafından Matúš Kukan's avatar Matúš Kukan

Add missing $

üst e5147229
......@@ -1977,7 +1977,7 @@ pathmunge ()
else
new_path="$1"
fi
if ! echo LO_PATH | $EGREP -q "(^|:)$1($|:)" ; then
if ! echo "$LO_PATH" | $EGREP -q "(^|:)$1($|:)" ; then
if test "$2" = "after" ; then
LO_PATH="$LO_PATH:$new_path"
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment