fix typo.
This commit is contained in:
parent
4e1965bb51
commit
aea57aa057
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user