소스 검색

setup.sh: detect homeroot with cygpath

pull/1/head
10sr 10 년 전
부모
커밋
05e68aee02
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      setup.sh

+ 2
- 2
setup.sh 파일 보기

@@ -269,8 +269,8 @@ setup_windirs(){

if $iscygwin
then
# this may invalid on systems other than windows7
__winhome="/cygdrive/c/Users/`whoami`"
#__winhome="/cygdrive/c/Users/`whoami`"
__winhome=`cygpath -H`/`whoami`
fi

if test -n "$__winhome" -a -d "$__winhome" -a '!' -e "$HOME/.winhome"


불러오는 중...
취소
저장