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" "$@"