diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-08-25 17:37:10 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-08-25 17:37:10 -0700 |
commit | 300f4554910095a6c8762f625816dafae55dea98 (patch) | |
tree | d3ccb110fc8084ea235b910920120956ac7f69b7 /translate | |
parent | 7c878eb0eac628f7f78a34f6d86fa9ec00238281 (diff) | |
download | mu-300f4554910095a6c8762f625816dafae55dea98.tar.gz |
5584
Forgot to switch the knob when fixing the merge conflict between commits 5512 and 1a7b15aa3d.
Diffstat (limited to 'translate')
-rwxr-xr-x | translate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate b/translate index 4838f1d2..7acf92c4 100755 --- a/translate +++ b/translate @@ -14,7 +14,7 @@ set -e set -v -ALL=1 ./build +./build echo `cat $* |grep -v '^\s*#\|^\s*$' |wc -l` lines |