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
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/lsaauth/cyglsa-config')
-rwxr-xr-xwinsup/lsaauth/cyglsa-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/lsaauth/cyglsa-config b/winsup/lsaauth/cyglsa-config
index 0a749f7ce..076a16694 100755
--- a/winsup/lsaauth/cyglsa-config
+++ b/winsup/lsaauth/cyglsa-config
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# cyglsa-config, Copyright 2006 Red Hat Inc.
+# cyglsa-config, Copyright 2006, 2010 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -92,7 +92,7 @@ fi
old=`regtool get "${value}"`
new=`for i in ${old}
do
- echo $i | grep -v cyglsa
+ echo $i | GREP_OPTIONS="" grep -v cyglsa
done`
if ! regtool set "${value}" ${new} "${bindir}\\cyglsa\\${dll}"
then