From: Todd C. Miller Date: Tue, 7 Dec 2010 20:29:38 +0000 (-0500) Subject: Add missing '*' that prevented the generic ELF case from matching. X-Git-Tag: SUDO_1_7_5~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=861f95c84521d54dc06ee4beb32e18514b00cbf0;p=sudo Add missing '*' that prevented the generic ELF case from matching. --HG-- branch : 1.7 --- 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;;