summaryrefslogtreecommitdiff
path: root/pp
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2010-12-07 15:29:11 -0500
committerTodd C. Miller <Todd.Miller@courtesan.com>2010-12-07 15:29:11 -0500
commit3fe22d58246baf4611d2e156c9b622738ecac82b (patch)
tree7126ac348d78505fff9b48f6c7c14352c8bd6bb8 /pp
parent921990574b50340e492f76827459d2b75dd3b6d4 (diff)
downloadsudo-3fe22d58246baf4611d2e156c9b622738ecac82b.tar.gz
Add missing '*' that prevented the generic ELF case from matching.
Diffstat (limited to 'pp')
-rwxr-xr-xpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pp b/pp
index f1d738fee..206d0b1e1 100755
--- a/pp
+++ b/pp
@@ -1,6 +1,6 @@
#!/bin/sh
# (c) 2010 Quest Software, Inc. All rights reserved
-pp_revision="299"
+pp_revision="300"
# Copyright 2010 Quest Software, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -5317,7 +5317,7 @@ pp_rpm_writefiles () {
farch=ppc;;
*"64-bit XCOFF executable"*)
farch=ppc64;;
- *" ELF ")
+ *" ELF "*)
farch=ELF;;
*)
farch=noarch;;