summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"