From 54709a41125a7d56a19928a935a4f59a9e9f9596 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 17 Jul 2016 15:16:00 +0200 Subject: Pass all parameters to stow --- stow/usr/bin/stow-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 stow/usr/bin/stow-home (limited to 'stow/usr') diff --git a/stow/usr/bin/stow-home b/stow/usr/bin/stow-home old mode 100644 new mode 100755 index 248fb5a..d85c133 --- 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" "$@" -- cgit v1.2.3-54-g00ecf