Commit 699b5f33 authored by Jondy Zhao's avatar Jondy Zhao

slapos-cygwin-bootstrip: fix typos

parent 822cb0e8
...@@ -76,7 +76,7 @@ _filename=$(cygpath -a -w $(cygpath -w /)\\..\\setup.exe) ...@@ -76,7 +76,7 @@ _filename=$(cygpath -a -w $(cygpath -w /)\\..\\setup.exe)
csih_inform "check ${_filename}" csih_inform "check ${_filename}"
[[ -f $(cygpath -u ${_filename}) ]] || csih_error "missing ${_filename}" [[ -f $(cygpath -u ${_filename}) ]] || csih_error "missing ${_filename}"
csih_inform "copy ${_filename} to /usr/bin" csih_inform "copy ${_filename} to /usr/bin"
cp $(cygpath -u ${_filename} /usr/bin cp $(cygpath -u ${_filename}) /usr/bin
_filename=/usr/bin/cygport _filename=/usr/bin/cygport
if [[ -f ${_filename} ]] ; then if [[ -f ${_filename} ]] ; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment