aboutsummaryrefslogtreecommitdiff
path: root/tools/boca-submit-run
diff options
context:
space:
mode:
Diffstat (limited to 'tools/boca-submit-run')
-rwxr-xr-xtools/boca-submit-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boca-submit-run b/tools/boca-submit-run
index ab1cd57..fab86a6 100755
--- a/tools/boca-submit-run
+++ b/tools/boca-submit-run
@@ -69,7 +69,7 @@ if [ "$1" == "" ]; then
fi
if [ -r "$5" ]; then
- if [ "$4" != "C" -a "$4" != "C++11" -a "$4" != "Java" -a "$4" != "Python2" -a "$4" != "Python3" ]; then
+ if [ "$4" != "C" -a "$4" != "C++14" -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 necessarily an error)"
fi