* postinstall: Fix copy/paste bug.
This commit is contained in:
parent
962c961a36
commit
a7b6c156de
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue