diff options
Diffstat (limited to 'chapter06/mktemp.xml')
-rw-r--r-- | chapter06/mktemp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/mktemp.xml b/chapter06/mktemp.xml index f3d23a466..ca3aa53d5 100644 --- a/chapter06/mktemp.xml +++ b/chapter06/mktemp.xml @@ -33,7 +33,7 @@ files in shell scripts.</para> to <command>mktemp</command>. Patch Mktemp to include a <command>tempfile</command> wrapper:</para> -<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../mktemp-&mktemp-version;-add_tempfile-2.patch</userinput></screen> <para>Prepare Mktemp for compilation:</para> |