Skip to content

Commit c4a3983

Browse files
committed
Properly quote arguments (Fixes #53)
1 parent c03fef7 commit c4a3983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

src/info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ variables={allvars}</string>
289289
<key>escaping</key>
290290
<integer>102</integer>
291291
<key>script</key>
292-
<string>/usr/bin/python defaults.py $action $dimensionality $unit</string>
292+
<string>/usr/bin/python defaults.py $action "$dimensionality" "$unit"</string>
293293
<key>scriptargtype</key>
294294
<integer>1</integer>
295295
<key>scriptfile</key>
@@ -649,7 +649,7 @@ UPDATE_INTERVAL is the number of minutes between exchange rate updates.</string>
649649
<string>APP_KEY</string>
650650
</array>
651651
<key>version</key>
652-
<string>3.6.0</string>
652+
<string>3.6.1</string>
653653
<key>webaddress</key>
654654
<string></string>
655655
</dict>

0 commit comments

Comments
 (0)