]> sourceware.org Git - newlib-cygwin.git/commitdiff
fix typo.
authorChristopher Faylor <me@cgf.cx>
Thu, 19 Jul 2001 15:27:59 +0000 (15:27 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 19 Jul 2001 15:27:59 +0000 (15:27 +0000)
winsup/utils/utils.sgml

index 435b661824ecacc7a07de00fa55df13c11155e28..2e4578864614aa2e3c909b7bf8065d18c5a92caf 100644 (file)
@@ -108,7 +108,7 @@ omitted.</para>
 <example><title>Example cygpath usage</title>
 <screen>
 #!/bin/sh
-for i in `echo *.exe | sed 's/\.exe/cc/'`
+for i in `echo *.exe | sed 's/\.exe/.cc/'`
 do
   notepad "`cygpath -w $i`"
 done
This page took 0.031945 seconds and 5 git commands to generate.