瀏覽代碼

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"


Loading…
取消
儲存