Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-04-14 18:09:00 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-04-14 18:09:00 +0400
commita7b6c156deb51bc349193bafbf4e3d0a439e53f0 (patch)
tree5283fe069fa24e4d607e94f91c77eba883d12d5f /winsup
parent962c961a36b8d66bcc21676b7d6d2a3b9af9d6ac (diff)
* postinstall: Fix copy/paste bug.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
-rwxr-xr-xwinsup/cygwin/postinstall4
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 718612324..53c506ef3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2008-04-14 Corinna Vinschen <corinna@vinschen.de>
+ * postinstall: Fix copy/paste bug.
+
+2008-04-14 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Fix
thinko in UNC path handling.
* path.cc (symlink_worker): Fix typo in comment. Fix UNC path handling.
diff --git a/winsup/cygwin/postinstall b/winsup/cygwin/postinstall
index 829bb5feb..8a6928374 100755
--- a/winsup/cygwin/postinstall
+++ b/winsup/cygwin/postinstall
@@ -157,9 +157,11 @@ EOF
#cygd=""
#prefix=$(regtool -q get "$key\cygdrive prefix")
+ #flags=$(regtool -q get "$key\cygdrive flags")
+ #[ -z "$flags" ] && flags=2
## Don't take system and cygdrive flags into account when testing
#if [ -n "$prefix" \
- # -a \( "$prefix" != "/cygdrive" \ -o "$(( $flags & ~0x28 ))" -ne 2 \) ]
+ # -a \( "$prefix" != "/cygdrive" -o "$(( $flags & ~0x28 ))" -ne 2 \) ]
#then
# cygd="1"
# psx="${prefix// /\\040}"