diff options
author | Alan Pearce | 2017-06-09 22:09:45 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-09 22:09:45 +0200 |
commit | aeeac53fe665030a84766755482137444abc231e (patch) | |
tree | dba1946d1e31402fc8edc48023a7c2fb7ab9649f /stow | |
parent | 91316116c23af923dcdb828c03daad7eac3c8f9e (diff) | |
parent | 02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9 (diff) | |
download | nixfiles-aeeac53fe665030a84766755482137444abc231e.tar.lz nixfiles-aeeac53fe665030a84766755482137444abc231e.tar.zst nixfiles-aeeac53fe665030a84766755482137444abc231e.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'stow')
-rwxr-xr-x | stow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stow b/stow index c708e49f..761a5b5d 100755 --- a/stow +++ b/stow @@ -1,2 +1,2 @@ #!/bin/sh -stow --target="$HOME" "$@" \ No newline at end of file +stow --target="$HOME" --no-folding "$@" |