From f4e609c3a7beb0e900cd28102dd9f226f9e5c437 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 24 May 2020 22:56:08 -0700 Subject: 6401 - have scripts follow the Unix way Stay silent if all is well. I don't agree with this, but it's not like the messages I was printing out were particularly useful. --- translate_subx_debug | 3 --- 1 file changed, 3 deletions(-) (limited to 'translate_subx_debug') diff --git a/translate_subx_debug b/translate_subx_debug index d9038f39..021de0a4 100755 --- a/translate_subx_debug +++ b/translate_subx_debug @@ -19,11 +19,8 @@ set -e -echo " braces" cat $* |apps/braces > a.braces -echo " calls" cat a.braces |apps/calls > a.calls -echo " sigils" cat a.calls |apps/sigils > a.sigils ./bootstrap --debug translate a.sigils -o a.elf -- cgit