From a8fff4534dd4ee40aeed5f67514a09ecae6a643c Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Thu, 14 Oct 2021 17:48:13 +0200 Subject: [PATCH] Improve script's diagnostic output --- .devcontainer/image/texlive.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/image/texlive.sh b/.devcontainer/image/texlive.sh index 88b7d4a..8ca967d 100644 --- a/.devcontainer/image/texlive.sh +++ b/.devcontainer/image/texlive.sh @@ -27,6 +27,7 @@ check_path() { if [[ $# != 2 ]]; then echoerr "Unsuitable number of arguments given." + echoerr "Got arguments: $*" usage # From /usr/include/sysexits.h exit 64