minor wording change about make debug

This commit is contained in:
Landon Curt Noll
2023-08-02 01:12:11 -07:00
parent 6d020b7fbe
commit 948d9e807b
3 changed files with 7 additions and 3 deletions

2
BUGS
View File

@@ -88,7 +88,7 @@ Please include the following information in the new issue:
* cd to the calc source directory, and send the contents * cd to the calc source directory, and send the contents
of debug.out.txt produced by this command: of debug.out.txt produced by this command:
make debug > debug.out.txt 2>&1 make debug
PLEASE attach the debug.out.txt file to your GitHub issue (bug report)!! PLEASE attach the debug.out.txt file to your GitHub issue (bug report)!!

View File

@@ -5268,7 +5268,9 @@ debug:
@echo @echo
@echo 'Click the ((New issue)) button to file a bug report.' @echo 'Click the ((New issue)) button to file a bug report.'
@echo @echo
@echo 'Please attch the debug.out file to the bug report.' @echo 'Please attch the debug.out file to the bug report:'
@echo
-@${LS} -l debug.out
@echo @echo
### ###

View File

@@ -4555,7 +4555,9 @@ debug:
@echo @echo
@echo 'Click the ((New issue)) button to file a bug report.' @echo 'Click the ((New issue)) button to file a bug report.'
@echo @echo
@echo 'Please attch the debug.out file to the bug report.' @echo 'Please attch the debug.out file to the bug report:'
@echo
-@${LS} -l debug.out
@echo @echo
### ###