Skip to content

Commit

Permalink
Merge pull request #1594 from HEXRD/linux-forward-arguments
Browse files Browse the repository at this point in the history
Forward arguments in Linux bash entrypoint script
  • Loading branch information
psavery authored Oct 27, 2023
2 parents f6e0081 + 0eca024 commit 66da72d
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 66da72d

Please sign in to comment.