From 0d2b2d70af6e164b4f1411919c3f582aa5c86c43 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 15 Jan 2002 04:55:26 +0000 Subject: [PATCH] More updates. --- contrib/pg_upgrade/pg_upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_upgrade/pg_upgrade b/contrib/pg_upgrade/pg_upgrade index 6dc86e6ab7..f7d1afe815 100755 --- a/contrib/pg_upgrade/pg_upgrade +++ b/contrib/pg_upgrade/pg_upgrade @@ -1,4 +1,4 @@ -z#!/bin/sh +#!/bin/sh # # pg_upgrade: update a database without needing a full dump/reload cycle. # CAUTION: Read the manual page before trying to use this! -- 2.39.5