From 10c63392dfa96f762a18317d11d77eca87682c0a Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Fri, 11 Aug 2017 18:19:34 +0100 Subject: check language to warn --- tools/boca-submit-run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/boca-submit-run b/tools/boca-submit-run index 057db13..9de52bd 100755 --- a/tools/boca-submit-run +++ b/tools/boca-submit-run @@ -10,7 +10,7 @@ fi #Check if this script is running in a user in sudo group or root if groups | egrep -q "(sudo|root)" ; then echo "Este script deve ser executado por um usuario normal" - echo "Na Maratona este usuario, geralmente, é o 'icpc'" + echo "Na Maratona este usuario, geralmente, eh o 'icpc'" exit 1 fi @@ -70,7 +70,7 @@ fi if [ -r "$5" ]; then if [ "$4" != "C" -a "$4" != "C++11" -a "$4" != "Java" -a "$4" != "Python2" -a "$4" != "Python3" ]; then - echo "Warning: language name is not standard, be sure it is correct (this is not an error, it might be ok)" + echo "Warning: language name is not standard, be sure it is correct (this is not necessarily an error)" fi nom=`echo -n "$5" | perl -MURI::Escape -lne 'print uri_escape($_)'` -- cgit v1.2.3