X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abc086c715d231160badf9078368d190e47a9028..263f137c6dc42876eb1dff3701e3bebd5306ffc2:/tools/internal/check_dist_archive diff --git a/tools/internal/check_dist_archive b/tools/internal/check_dist_archive index e31e692b19..34da5e442d 100755 --- a/tools/internal/check_dist_archive +++ b/tools/internal/check_dist_archive @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2013-2014. The SimGrid Team. +# Copyright (c) 2013-2020. The SimGrid Team. # All rights reserved. # This program is free software; you can redistribute it and/or modify it @@ -17,7 +17,7 @@ else interactive=0 fi -if [ $# -lt 1 -o $# -gt 3 ]; then +if [ $# -lt 1 ] || [ $# -gt 3 ]; then cat >&2 <