From: Todd C. Miller Date: Sat, 20 Nov 2010 15:37:11 +0000 (-0500) Subject: For Tru64, strip off beta version. X-Git-Tag: SUDO_1_7_5~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a91e5709947e2186e324129698114d72632a29b;p=sudo For Tru64, strip off beta version. --HG-- branch : 1.7 --- diff --git a/sudo.pp b/sudo.pp index 9beee2365..b1defb863 100644 --- a/sudo.pp +++ b/sudo.pp @@ -23,8 +23,8 @@ still allow people to get their work done." %endif %if [kit] - # Strip of patchlevel for kit which only supports xyz versions - pp_kit_version="`echo $version|sed -e 's/\.//g' -e 's/p[0-9]*$//'`" + # Strip off patchlevel for kit which only supports xyz versions + pp_kit_version="`echo $version|sed -e 's/\.//g' -e 's/[bp][0-9]*$//'`" pp_kit_name="TCM" %endif