diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-22 22:40:29 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-22 22:40:29 +0000 |
commit | c2262b1877576873d0ca52427eb8a0f2175cff64 (patch) | |
tree | 830ab9e00bb7786299d10ab7d8bfe69f225df237 /dists/source | |
parent | 25f42278aa3e8e7b40da46a98ed3b58ae80542e8 (diff) |
Minor build system changes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@988 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'dists/source')
-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"; |