diff options
Diffstat (limited to 'hm/soispha/conf/unison/default.nix')
-rw-r--r-- | hm/soispha/conf/unison/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index dee32d8e..f37e9871 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -163,6 +163,7 @@ in { export UNISON=${esa unisonPath}; if [ "$1" = "links" ]; then + shift 1; EXTRA_OPTIONS="-links=true"; fi EXTRA_OPTIONS="$EXTRA_OPTIONS $*" |