about summary refs log tree commit diff stats
path: root/translate
diff options
context:
space:
mode:
Diffstat (limited to 'translate')
-rwxr-xr-xtranslate6
1 files changed, 3 insertions, 3 deletions
diff --git a/translate b/translate
index aafb11a3..d2379814 100755
--- a/translate
+++ b/translate
@@ -15,11 +15,11 @@ set -e
 
 ./build
 
-echo "  desugar"
-cat $*          |./subx_bin run apps/desugar  > a.desugar
+echo "  sigils"
+cat $*          |./subx_bin run apps/sigils   > a.sigils
 
 echo "  tests"
-cat a.desugar   |./subx_bin run apps/tests    > a.tests
+cat a.sigils    |./subx_bin run apps/tests    > a.tests
 
 echo "  dquotes"
 cat a.tests     |./subx_bin run apps/dquotes  > a.dquotes