Skip to content

Commit

Permalink
Change the run-ab-platform.sh script to support other shells than bash (
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuray committed Dec 19, 2023
1 parent 7fe7258 commit 2e07d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-ab-platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ red_text='\033[31m'
default_text='\033[39m'

# set -x/xtrace uses a Sony PS4 for more info
PS4="$blue_text""${BASH_SOURCE}:${LINENO}: ""$default_text"
PS4="$blue_text""${0}:${LINENO}: ""$default_text"

############################################################
# Help #
Expand Down

0 comments on commit 2e07d7e

Please sign in to comment.