aboutsummaryrefslogtreecommitdiffstats
path: root/stow/usr/bin
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-17 15:16:00 +0200
committerGravatar Tom Willemse2016-07-17 15:16:00 +0200
commit54709a41125a7d56a19928a935a4f59a9e9f9596 (patch)
tree9f07cb6a16b1644b1f6ee7d05d10db6e342e4c98 /stow/usr/bin
parenteecf8132a6a6f69f9cf9f975d813005b0cafc702 (diff)
downloadnew-dotfiles-54709a41125a7d56a19928a935a4f59a9e9f9596.tar.gz
new-dotfiles-54709a41125a7d56a19928a935a4f59a9e9f9596.zip
Pass all parameters to stow
Diffstat (limited to 'stow/usr/bin')
-rwxr-xr-x[-rw-r--r--]stow/usr/bin/stow-home2
1 files changed, 1 insertions, 1 deletions
diff --git a/stow/usr/bin/stow-home b/stow/usr/bin/stow-home
index 248fb5a..d85c133 100644..100755
--- a/stow/usr/bin/stow-home
+++ b/stow/usr/bin/stow-home
@@ -2,4 +2,4 @@
# Make stow always stow to my HOME directory. It's weird that this
# can't be done in a .stowrc, it doesn't support variable expansion.
-/usr/bin/stow --target "$HOME"
+/usr/bin/stow --target "$HOME" "$@"