bin/pg_format

changeset 932
f87943eb16aa
parent 915
55a1c83b3417
child 957
ea852d545173
--- a/bin/pg_format
+++ b/bin/pg_format
@@ -2,9 +2,9 @@
 set -eu
 . ~/.lib/sh/stubexec.sh
 
-stubexec $*
+stubexec "$@"
 
 cpanm -n 'https://github.com/darold/pgFormatter.git'
 plenv rehash || :
 
-stubexec $*
+stubexec "$@"

mercurial