aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql/pg-restore.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-15 07:23:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-15 09:04:31 +0000
commit2fe619084f6fa2593014b585f4009528afeb463c (patch)
tree55a5d8df48f0c5b0613b3a598dbbe3a47bfd06f8 /main/postgresql/pg-restore.initd
parent18c69f1242a853aa8b93698cc704b56af8cb489f (diff)
downloadaports-2fe619084f6fa2593014b585f4009528afeb463c.tar.bz2
aports-2fe619084f6fa2593014b585f4009528afeb463c.tar.xz
main/postgresql: fix checksum
and fix whitespace damage
Diffstat (limited to 'main/postgresql/pg-restore.initd')
-rw-r--r--main/postgresql/pg-restore.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql/pg-restore.initd b/main/postgresql/pg-restore.initd
index 13462fe573..3d1ad50f6d 100644
--- a/main/postgresql/pg-restore.initd
+++ b/main/postgresql/pg-restore.initd
@@ -30,7 +30,7 @@ dump() {
purge() {
yesno "$PGDUMP" && return 0
ebegin "Removing temporary $PGDUMP PostgreSQL backup"
- rm -f "$PGDUMP"
+ rm -f "$PGDUMP"
eend $?
}