commit e7a4fbca01a3c453db6c133662be837e685da5af
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 20 22:20:34 2020 +0000
Minor fix in update_vbox.sh
update_vbox.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/update_vbox.sh b/update_vbox.sh
index da9a986..901b56e 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -35,7 +35,7 @@ if test $stage -le 2
then
echo STAGE 2
for repo in $REPOS ; do
-echo Press enter to build on branch f$repo; read dummy;
+echo Press enter to build on branch $repo; read dummy;
git checkout $repo && git merge master && git push && rfpkg build
--nowait; git checkout master
done
fi
Show replies by date