--- base-files-profile.sh.orig 2016-09-03 13:37:59.000000000 +0200 +++ base-files-profile.sh 2016-09-04 12:42:40.805222900 +0200 @@ -18,7 +18,7 @@ if [ ! -e ${fDest} -a ! -L ${fDest} ]; then echo "Using the default version of ${fDest} (${fSrc})" /usr/bin/mkdir -p $(dirname ${fDest}) - /usr/bin/touch ${fDest} + test "${fDest}" = "/Cygwin.bat" || /usr/bin/touch ${fDest} /usr/bin/cp ${fSrc} ${fDest} else echo "${fDest} is already in existence, not overwriting."