From c2262b1877576873d0ca52427eb8a0f2175cff64 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Thu, 22 Mar 2007 22:40:29 +0000 Subject: 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 --- dists/source/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dists/source/build.sh') 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"; -- cgit v1.2.3