about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-03-18 10:49:37 -0500
committerCase Duckworth2024-03-18 10:49:37 -0500
commita894683b65fc9bdcd483d0b6095c3c77583b2c3f (patch)
tree3312ad2a263efb21d85b1ce3c0bd93bdf7121356
parentChange sourcefiles' extensions to .txt (diff)
downloadschwa-a894683b65fc9bdcd483d0b6095c3c77583b2c3f.tar.gz
schwa-a894683b65fc9bdcd483d0b6095c3c77583b2c3f.zip
Remove debugging print main
-rwxr-xr-xschwa.awk1
1 files changed, 0 insertions, 1 deletions
diff --git a/schwa.awk b/schwa.awk index e584dfa..4be685d 100755 --- a/schwa.awk +++ b/schwa.awk
@@ -131,7 +131,6 @@ function copy_statics () {
131 split(static, STATICS, ":") 131 split(static, STATICS, ":")
132 for (s in STATICS) { 132 for (s in STATICS) {
133 printf("Copying %s\n", STATICS[s]) 133 printf("Copying %s\n", STATICS[s])
134 print(OUTD outfn(STATICS[s], 3))
135 if (system("cp " STATICS[s] " " OUTD outfn(STATICS[s], 3))) 134 if (system("cp " STATICS[s] " " OUTD outfn(STATICS[s], 3)))
136 die(2, "Can't copy static file: " STATICS[s]) 135 die(2, "Can't copy static file: " STATICS[s])
137 } 136 }