Merge pull request #146 from fissionxuiptz/patch-1

This commit is contained in:
Bruno Pinto 2014-04-24 16:50:58 -03:00
commit c4aaa9035d

View File

@ -7,7 +7,9 @@ function _append_path
set path $argv[2]
end
if test -d $argv[1]; and not contains $argv[1] $$path
set $path $argv[1] $$path
if test -d $argv[1]
if not contains $argv[1] $$path
set $path $argv[1] $$path
end
end
end