Skip to content

Commit

Permalink
Use basename to determine program name
Browse files Browse the repository at this point in the history
Co-authored-by: FG-TUM <[email protected]>
  • Loading branch information
cniethammer and FG-TUM authored Dec 9, 2024
1 parent 55b3f3b commit f43bf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/run-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ unset TEMP

function print_help() {
cat <<EOF
$0 is a script to execute MarDyn examples from a inputfile list file
$(basename $0) is a script to execute MarDyn examples from a inputfile list file
A inputlist file contains one path per line to a configuration file to be passed to MarDyn.
MarDyn is executed with one configuration file at a time.
Expand Down

0 comments on commit f43bf95

Please sign in to comment.