From 37d1e9fa02b27d1a6c56b4c95d31e6d2b9eab9ee Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 5 Jul 2022 23:51:09 -0400 Subject: [TNSLC] Fix issue with text literals --- tnslc/run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tnslc/run.sh') 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" -- cgit v1.2.3