File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ ui_error()
7878 conf_* ) _source_file=' common.inc.sh' ;;
7979 * ) _source_file=" ${4:- " ${0##*/ } " } " ;;
8080 esac
81- printf 1>&2 ' %s:%s: ERROR: [%s] %s\n' " ${_source_file? } " " ${2:- 0} " " ${3:- <main>} " " ${1:? } "
81+ printf 1>&2 ' %s:%s: ERROR: [%s] %s\n' " ${_source_file:- unknown } " " ${2:- 0} " " ${3:- <main>} " " ${1:? } "
8282
8383 pause_if_needed 0
8484 restore_saved_title_if_exist
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ aligned_print 'shellhelp' 'Show the original help of the shell'
2626printf ' \n'
2727
2828aligned_print ' build' ' Build the flashable zip (set the BUILD_TYPE env var to choose what to build)'
29- aligned_print ' make' ' Execute "make" of your PC (on Windows it fallback to internal "pdpmake" if no make is found)'
29+ aligned_print ' make' ' Execute the system "make" (on Windows it falls back to internal "pdpmake" if no make is found)'
3030if test " ${PLATFORM:? } " = ' win' ; then
3131 aligned_print ' pdpmake' ' Execute the internal "pdpmake"'
3232else
33- aligned_print ' pdpmake' ' Execute "pdpmake" of your PC '
33+ aligned_print ' pdpmake' ' Execute the system "pdpmake"'
3434fi
3535aligned_print ' gradlew' ' Execute the Gradle wrapper'
3636aligned_print ' cmdline' ' Execute our command-line (if you are already inside, then it will be executed in a subshell)'
You can’t perform that action at this time.
0 commit comments