Skip to content

Commit

Permalink
Forward arguments in Linux bash entrypoint script
Browse files Browse the repository at this point in the history
This is so that users may do things like open state files by specifying
a path after the entrypoint.

Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Oct 23, 2023
1 parent 55d1afc commit 0eca024
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packaging/linux/hexrdgui
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd -P )"
export FONTCONFIG_PATH="${SCRIPT_DIR}/../etc/fonts"
export FONTCONFIG_FILE="${SCRIPT_DIR}/../etc/fonts/fonts.conf"

"${SCRIPT_DIR}/python" "${SCRIPT_DIR}/run-hexrdgui.py"

"${SCRIPT_DIR}/python" "${SCRIPT_DIR}/run-hexrdgui.py" "$@"

0 comments on commit 0eca024

Please sign in to comment.