Skip to content

Commit 1941887

Browse files
committed
rm should be rm -f, per comment from Peter Harris.
(Checked with Peter Eisentraut.)
1 parent 73235a1 commit 1941887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.23 2002/07/28 15:19:59 petere Exp $
7+
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.24 2002/11/27 23:21:12 tgl Exp $
88
#
99
#----------------------------------------------------------------------------
1010

@@ -53,7 +53,7 @@ man$(sqlmansect_dummy)/.timestamp: man.tar.gz
5353
for file in man1/*.1; do \
5454
mv $$file $$file.bak && \
5555
sed -e 's/\\fR($(sqlmansect_dummy))/\\fR($(sqlmansectnum))/' $$file.bak >$$file && \
56-
rm $$file.bak || exit; \
56+
rm -f $$file.bak || exit; \
5757
done
5858
@echo timestamp >$@
5959

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy