git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5984847
)
virt-win-reg: systemroot macro should be replaced case insensitive.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 17 May 2011 21:53:53 +0000
(22:53 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 17 May 2011 21:53:53 +0000
(22:53 +0100)
tools/virt-win-reg
patch
|
blob
|
history
diff --git
a/tools/virt-win-reg
b/tools/virt-win-reg
index
333bd15
..
56dd6d6
100755
(executable)
--- a/
tools/virt-win-reg
+++ b/
tools/virt-win-reg
@@
-486,7
+486,7
@@
sub lookup_pip_of_user_sid
# containing %systemroot%. Expand it and remove some other
# windows-isms. The caller will do case_sensitive_path for us, so
# we don't need to do that.
- s/%systemroot%/$systemroot/;
+ s/%systemroot%/$systemroot/
i
;
s/^c://i;
s,\\,/,g;