Skip to content

Commit

Permalink
Fixed an issue with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay committed Sep 4, 2014
1 parent 5f07a54 commit 5adc925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wshare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ main () {
share "$@"
;;
*)
main --share $*
main --share "$@"
;;
esac
}
Expand Down

0 comments on commit 5adc925

Please sign in to comment.