From b39620c6da93e974bfdb0156486bc09402433289 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 30 May 2010 19:50:02 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20bashism=20in=20Makefile:=20[^~]=20?= =?UTF-8?q?=E2=86=92=20[!~]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8a31c65..2079f25 100644 --- a/Makefile +++ b/Makefile @@ -313,4 +313,4 @@ update-modules: # at the top of this file. Steve-Specific? # update-version: - perl -pi.bak -e "s/RELEASE = '[0-9]\.[0-9][^']*';/RELEASE = '${VERSION}';/g" bin/*-*[^~] + perl -pi.bak -e "s/RELEASE = '[0-9]\.[0-9][^']*';/RELEASE = '${VERSION}';/g" bin/*-*[!~]