summaryrefslogtreecommitdiff
path: root/tnslc/run.sh
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-07-05 23:51:09 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-07-05 23:51:09 -0400
commit37d1e9fa02b27d1a6c56b4c95d31e6d2b9eab9ee (patch)
treefdc41f331f35b1b0179a5e589a7c70855a61c586 /tnslc/run.sh
parent57ad7f1f8261374349af75cc2f48261f790abdd4 (diff)
[TNSLC] Fix issue with text literals
Diffstat (limited to 'tnslc/run.sh')
-rwxr-xr-xtnslc/run.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tnslc/run.sh b/tnslc/run.sh
index 982ebf7..e02b7fd 100755
--- a/tnslc/run.sh
+++ b/tnslc/run.sh
@@ -1,5 +1,3 @@
#!/bin/bash
-echo $1
-
-../tint -in tnslc.tnsl -flags "$1"
+../tint -quiet -in tnslc.tnsl -flags "$1"