summaryrefslogtreecommitdiffstats
path: root/xorg-extras
diff options
context:
space:
mode:
authorEric Sandall2011-03-03 17:23:48 -0800
committerEric Sandall2011-03-03 17:23:48 -0800
commit6e508b3604740b71ceffa53729bc0f273ffb7962 (patch)
tree9132bd61aa2231a73aaaf3f52123a1a6338934a1 /xorg-extras
parentdeb1fb428224527ac3db794fcc2b9bfe6ab77cc2 (diff)
libpthread-stubs: Do not use optional (and highly experimental) grep w/pcre
Diffstat (limited to 'xorg-extras')
-rw-r--r--xorg-extras/libpthread-stubs/HISTORY3
-rwxr-xr-xxorg-extras/libpthread-stubs/UP_TRIGGERS2
2 files changed, 4 insertions, 1 deletions
diff --git a/xorg-extras/libpthread-stubs/HISTORY b/xorg-extras/libpthread-stubs/HISTORY
index e58fe817dc..825e8c475f 100644
--- a/xorg-extras/libpthread-stubs/HISTORY
+++ b/xorg-extras/libpthread-stubs/HISTORY
@@ -1,3 +1,6 @@
+2011-03-03 Eric Sandall <sandalle@sourcemage.org>
+ * UP_TRIGGERS: Do not use optional (and highly experimental) grep w/pcre
+
2011-01-13 Vlad Glagolev <stealth@sourcemage.org>
* UP_TRIGGERS: don't do that on 0.3 -> 0.4 update
diff --git a/xorg-extras/libpthread-stubs/UP_TRIGGERS b/xorg-extras/libpthread-stubs/UP_TRIGGERS
index 7abfaed59b..74d4163a97 100755
--- a/xorg-extras/libpthread-stubs/UP_TRIGGERS
+++ b/xorg-extras/libpthread-stubs/UP_TRIGGERS
@@ -11,7 +11,7 @@ if spell_ok $SPELL; then
| grep '\<ELF\>.*\<dynamically linked\>' \
| cut -d: -f1 \
| xargs readelf -d 2> /dev/null \
- | grep -q -P 'NEEDED\)\s*Shared library: \[libpthread-stubs.so.0'; then
+ | grep -q 'NEEDED)\s*Shared library: \[libpthread-stubs.so.0'; then
up_trigger $other_spell cast_self
fi
done