Skip to content

Commit

Permalink
Fix handling of command-line arguments with spaces in Linux run script
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Apr 4, 2019
1 parent ffc1161 commit 528162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/zotero
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
ulimit -n 4096

CALLDIR="$(dirname "$(readlink -f "$0")")"
"$CALLDIR/zotero-bin" -app "$CALLDIR/application.ini" $*
"$CALLDIR/zotero-bin" -app "$CALLDIR/application.ini" "$@"

0 comments on commit 528162e

Please sign in to comment.