diff options
author | Case Duckworth | 2024-03-18 10:49:37 -0500 |
---|---|---|
committer | Case Duckworth | 2024-03-18 10:49:37 -0500 |
commit | a894683b65fc9bdcd483d0b6095c3c77583b2c3f (patch) | |
tree | 3312ad2a263efb21d85b1ce3c0bd93bdf7121356 | |
parent | Change sourcefiles' extensions to .txt (diff) | |
download | schwa-main.tar.gz schwa-main.zip |
Remove debugging print main
-rwxr-xr-x | schwa.awk | 1 |
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 | } |