From 29feb039c56fc2be32236c2f56b1ce56058d1970 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 20 Mar 2012 20:19:34 +0100 Subject: [PATCH] small fix in distribute --- distribute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribute b/distribute index 971acaa..393279c 100755 --- a/distribute +++ b/distribute @@ -51,7 +51,7 @@ make_distribution () cp data/meta.xml.in HomebrewFilter/meta.xml sed -e "s/@REV@/$XREV/g" -i HomebrewFilter/meta.xml - sed -e '/./{H;$!d;}' -e 'x;/rev37/!d;' updates >> HomebrewFilter/meta.xml + sed -e '/./{H;$!d;}' -e "x;/rev$XREV/!d;" updates >> HomebrewFilter/meta.xml echo -e "\n \n" >> HomebrewFilter/meta.xml }