Skip to content

Commit 23a5133

Browse files
committed
script fix for preserving spaces with quotes
1 parent 11a8e40 commit 23a5133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/pretty/pretty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
set -f
33
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
4-
java -jar ${__dir}/pretty.jar $*
4+
java -jar ${__dir}/pretty.jar "$*"

0 commit comments

Comments
 (0)