about summary refs log tree commit diff stats
path: root/subx/translate
diff options
context:
space:
mode:
Diffstat (limited to 'subx/translate')
-rwxr-xr-xsubx/translate4
1 files changed, 3 insertions, 1 deletions
diff --git a/subx/translate b/subx/translate
index 979c006c..f5957512 100755
--- a/subx/translate
+++ b/subx/translate
@@ -18,7 +18,9 @@ build
 
 echo `cat $* |grep -v '^\s*#\|^\s*$' |wc -l` lines
 
-cat $*          |./subx_bin run apps/dquotes  > a.dquotes
+cat $*          |./subx_bin run apps/tests    > a.tests
+
+cat a.tests     |./subx_bin run apps/dquotes  > a.dquotes
 
 cat a.dquotes   |./subx_bin run apps/assort   > a.assort