mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
minor wording change about make debug
This commit is contained in:
2
BUGS
2
BUGS
@@ -88,7 +88,7 @@ Please include the following information in the new issue:
|
||||
* cd to the calc source directory, and send the contents
|
||||
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)!!
|
||||
|
||||
|
4
Makefile
4
Makefile
@@ -5268,7 +5268,9 @@ debug:
|
||||
@echo
|
||||
@echo 'Click the ((New issue)) button to file a bug report.'
|
||||
@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
|
||||
|
||||
###
|
||||
|
@@ -4555,7 +4555,9 @@ debug:
|
||||
@echo
|
||||
@echo 'Click the ((New issue)) button to file a bug report.'
|
||||
@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
|
||||
|
||||
###
|
||||
|
Reference in New Issue
Block a user