Skip to content

Commit

Permalink
Improve script's diagnostic output
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Oct 15, 2021
1 parent 548dca9 commit a8fff45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/image/texlive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8fff45

Please sign in to comment.