diff options
Diffstat (limited to 'dists/source/build.sh')
-rw-r--r-- | dists/source/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/source/build.sh b/dists/source/build.sh index 67d2bcca..50b2a152 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -4,9 +4,9 @@ if test -n "$1" # Arguments are presented. set up argument list and related then - $pgdoc = "postgresql_autodoc -U $1 -d $2" + pgdoc="postgresql_autodoc -U $1 -d $2" else - $pgdoc = "true"; + pgdoc="true"; fi version="1.2.0-rc5"; |