Skip to content

Commit bf99c52

Browse files
committed
Fix solaris tests again
1 parent 44ca3ea commit bf99c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_arman/sql/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ EOF
9292

9393
function get_time_last_backup()
9494
{
95-
set name_os = `uname`
95+
name_os=`uname`
9696
if [ "$name_os" == "SunOS" ]
9797
then
9898
pg_arman -B ${BACKUP_PATH} show | gtail -n +4 | head -n 1 | awk '{print($1, $2)}'

0 commit comments

Comments
 (0)