1
0
mirror of synced 2026-01-25 19:36:27 +00:00

Fix bashism in Makefile: [^~] → [!~]

This commit is contained in:
Axel Beckert
2010-05-30 19:50:02 +02:00
parent 898abeb964
commit b39620c6da

View File

@@ -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/*-*[!~]