diff options
author | haturatu <taro@eyes4you.org> | 2025-01-03 23:55:44 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2025-01-03 23:55:44 +0900 |
commit | 242babef8a2aa4191241f394bb6fa3a3f381e8e5 (patch) | |
tree | 700557c45be7c8ede4d367df231960d634145622 /err.awk | |
parent | 250826e7141542fc92c66fe482bb140a26951b89 (diff) |
Diffstat (limited to 'err.awk')
-rwxr-xr-x | err.awk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ BEGIN { stderr = "/dev/stderr" if (ARGV[1] ~ /[A-Za-z]/) { - print "Error:", "I don't understand eng" >> stderr + print "Error:", "i don't understand it eng" > stderr exit -1 } } |