From 528162eb64d111536cb83655d92dc110a79df96f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 4 Apr 2019 09:58:20 -0400 Subject: [PATCH] Fix handling of command-line arguments with spaces in Linux run script --- linux/zotero | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/zotero b/linux/zotero index bf07cda3..64379883 100755 --- a/linux/zotero +++ b/linux/zotero @@ -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" "$@"