aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/fileutils-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/fileutils-exp.xml')
-rw-r--r--chapter05/fileutils-exp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/fileutils-exp.xml b/chapter05/fileutils-exp.xml
index 8f77ba49c..2a117d4e4 100644
--- a/chapter05/fileutils-exp.xml
+++ b/chapter05/fileutils-exp.xml
@@ -5,7 +5,7 @@
run this command in order to keep a backup of the file we are about to
change.</para>
-<para><screen><userinput>cp -f lib/Makefile.in lib/Makefile.in.backup &amp;&amp;</userinput>
+<para><screen><userinput>cp lib/Makefile.in lib/Makefile.in.backup &amp;&amp;</userinput>
<userinput>sed -e 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;-e 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;lib/Makefile.in &gt; lib/Makefile.in~ &amp;&amp;</userinput>