commit 5790711ffa95841ec5d1daadf712c2388aa4955c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Jul 26 16:45:05 2020 +0100
Fix helper script
update_vbox.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/update_vbox.sh b/update_vbox.sh
index dd96c70..1504442 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -41,8 +41,8 @@ echo STAGE 2
for repo in $REPOS ; do
BRANCH1=$repo
BRANCH2=$repo
-if [[ $i == f* ]]; then
- BRANCH2=fc${i:1}
+if [[ $repo == f* ]]; then
+ BRANCH2=fc${repo:1}
fi
echo Press enter tag-build $BRANCH1 to continue; read dummy;
koji-rpmfusion tag-build $BRANCH1-free-override VirtualBox-$VERSION-$REL.$BRANCH2
Show replies by date