Commit c4aaa903 authored by Bruno Pinto's avatar Bruno Pinto

Merge pull request #146 from fissionxuiptz/patch-1

parents 8e6adf25 239beda7
...@@ -7,7 +7,9 @@ function _append_path ...@@ -7,7 +7,9 @@ function _append_path
set path $argv[2] set path $argv[2]
end end
if test -d $argv[1]; and not contains $argv[1] $$path if test -d $argv[1]
if not contains $argv[1] $$path
set $path $argv[1] $$path set $path $argv[1] $$path
end end
end
end end
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