diff options
Diffstat (limited to 'hm')
-rwxr-xr-x | hm/soispha/conf/lf/commands/scripts/mk_ln.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_ln.sh b/hm/soispha/conf/lf/commands/scripts/mk_ln.sh index e5ed15d2..7fab8e22 100755 --- a/hm/soispha/conf/lf/commands/scripts/mk_ln.sh +++ b/hm/soispha/conf/lf/commands/scripts/mk_ln.sh @@ -35,7 +35,7 @@ copy) read -r ans done - ln -s "$file" "$(pwd)/$ans" + ln --symbolic --relative "$file" "$(pwd)/$ans" shift done ;; |