diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-28 16:15:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-28 16:28:14 +0200 |
commit | e1f1d473091e2a33e9a18942dfb1416a27019e0f (patch) | |
tree | fa3077f5619cbb956c9d8c969a5c8f6f461ab9ca /build/pgsql | |
parent | 3e4339ad65422372794d7ad66c290d283c1e3d05 (diff) |
Clear shell variables before appending
Diffstat (limited to 'build/pgsql')
-rwxr-xr-x | build/pgsql/pgsql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/pgsql/pgsql b/build/pgsql/pgsql index c1c2482..0f92871 100755 --- a/build/pgsql/pgsql +++ b/build/pgsql/pgsql @@ -9,6 +9,9 @@ # PostgreSQL driver wrapper. # +driver= +opt= + while [ $# -gt 0 ]; do case $1 in --driver) |