summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinclude/conflicts6
1 files changed, 3 insertions, 3 deletions
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
}