4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 04:19:21 +08:00

fix typo.

This commit is contained in:
Christopher Faylor 2001-07-19 15:27:59 +00:00
parent 4e1965bb51
commit aea57aa057

View 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