summaryrefslogtreecommitdiff
path: root/oowintool
diff options
context:
space:
mode:
Diffstat (limited to 'oowintool')
-rwxr-xr-xoowintool2
1 files changed, 1 insertions, 1 deletions
diff --git a/oowintool b/oowintool
index 7dff692eb39c..a0ca4f6318e0 100755
--- a/oowintool
+++ b/oowintool
@@ -32,7 +32,7 @@ sub reg_find_key($)
# depending on OS version, this will de-mangle that
my $key = shift;
$key =~ s| |\\ |;
- $key = `cd /proc/registry/ ; ls $key`;
+ $key = `cd /proc/registry/ ; ls $key 2>/dev/null`;
return $key;
}