From 9e4dae22d2ccce3a9d4fb0b2a087c98c7e47cafb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 9 Oct 2008 14:11:46 +0200 Subject: include/conflicts: Use $HOME instead of /home/derf... --- include/conflicts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/conflicts') diff --git a/include/conflicts b/include/conflicts index d2af1a0..1e119c0 100755 --- a/include/conflicts +++ b/include/conflicts @@ -18,11 +18,11 @@ is_in_path () { return $ret } -# a simple sfpath=${fpath:#/home/derf*} won't work -for i in ${fpath:#/home/derf*}; { +# a simple sfpath=${fpath:#${HOME}*} won't work +for i in ${fpath:#${HOME}*}; { sfpath+=$i } -for i in ${path:#/home/derf*}; { +for i in ${path:#${HOME}*}; { spath+=$i } -- cgit v1.2.3