From b0d4833cbcce2165ed60ee5e990f4823ad0dce5c Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 14 Sep 2011 22:31:16 +0000 Subject: [PATCH] * revert changes, "$@" escapes individual args --- installer/deb/filebot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/deb/filebot.sh b/installer/deb/filebot.sh index 3e009c7e..1c490bb5 100644 --- a/installer/deb/filebot.sh +++ b/installer/deb/filebot.sh @@ -1 +1 @@ -java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar $@ \ No newline at end of file +java -Dapplication.deployment=deb -Djna.library.path=/usr/share/filebot -Xmx256m -jar /usr/share/filebot/FileBot.jar "$@" \ No newline at end of file