From: Matteo Nastasi Date: Sun, 22 May 2011 15:50:38 +0000 (+0200) Subject: shift added to remove 'psql' params passed to psql command X-Git-Tag: 3.5.6~8 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=6d5047388fdb23babe5b1216fb45d780613151bf shift added to remove 'psql' params passed to psql command --- diff --git a/sql/builder.sh b/sql/builder.sh index 221bd87..7e021db 100755 --- a/sql/builder.sh +++ b/sql/builder.sh @@ -65,8 +65,10 @@ elif [ "$1" = "rebuild" ]; then echo "-- MESG: build start" ; one_or_all $2 | grep -iv '^drop' ; echo "-- MESG: build end" ; ) \ | sqlexe $sht elif [ "$1" = "psql" ]; then + shift psql -h $DBHOST -U $DBUSER $DBBASE $@ elif [ "$1" = "piped" ]; then + shift psql -h $DBHOST -U $DBUSER $DBBASE -t -q -A -F '|' $@ elif [ "$1" = "dump" ]; then if [ $# -eq 1 ]; then