X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/983ca84f3ac2d74ba56145026d89bd11f3f096e5..HEAD:/tools/internal/check_dist_archive diff --git a/tools/internal/check_dist_archive b/tools/internal/check_dist_archive index 9d9b88b18d..097032623d 100755 --- a/tools/internal/check_dist_archive +++ b/tools/internal/check_dist_archive @@ -1,6 +1,6 @@ -#!/bin/bash +#!/usr/bin/env bash -# Copyright (c) 2013-2014. The SimGrid Team. +# Copyright (c) 2013-2023. 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 <