From bde766b5c9afc75810d40b0b0c8272f840e847ba Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 5 Jan 2022 14:16:28 +0100 Subject: [PATCH] vim-update.sh: fix the regexp strings --- vim-update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim-update.sh b/vim-update.sh index 43852b65..48ebe85f 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -3,7 +3,9 @@ debug="" #debug="echo " branches=( "rawhide" "f35" "f34" ) releases=( "fc36" "fc35" "fc34" ) -regexps=( "fc36" "\|fc35" "\|fc34" ) +# the first bodhi enabled release is the last without \| - all +# others need to have \| +regexps=( "fc36" "fc35" "\|fc34" ) bodhi_enabled=( "0" "1" "1" ) needs_update=() #releases_regexp=fc28\\\|fc27\\\|fc28