Parcourir la source

setup.sh: detect homeroot with cygpath

pull/1/head
10sr il y a 10 ans
Parent
révision
05e68aee02
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      setup.sh

+ 2
- 2
setup.sh Voir le fichier

@@ -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"


Chargement…
Annuler
Enregistrer