Skip to content

Commit 5adc925

Browse files
committed
Fixed an issue with spaces
1 parent 5f07a54 commit 5adc925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wshare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ main () {
189189
share "$@"
190190
;;
191191
*)
192-
main --share $*
192+
main --share "$@"
193193
;;
194194
esac
195195
}

0 commit comments

Comments
 (0)