Skip to content

Commit

Permalink
More checks for ipexrun
Browse files Browse the repository at this point in the history
  • Loading branch information
Disty0 committed Nov 6, 2023
1 parent a9cd3c9 commit 4451948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ then
fi
export NEOReadDebugKeys=1
export ClDeviceGlobalMemSizeAvailablePercent=100
if [[ -z "$STARTUP_CMD" ]] && [[ -z "$DISABLE_IPEXRUN" ]]
if [[ -z "$STARTUP_CMD" ]] && [[ -z "$DISABLE_IPEXRUN" ]] && [ -x "$(command -v ipexrun)" ]
then
STARTUP_CMD=ipexrun
if [[ -z "$STARTUP_CMD_ARGS" ]]
Expand Down

0 comments on commit 4451948

Please sign in to comment.