From: Wolfram Schneider Date: Thu, 22 Aug 2013 15:27:48 +0000 (+0200) Subject: alias jsbeautifier -> jsb X-Git-Tag: 0.9.1~202^2~74 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=7ad647d8ae343c71a8cf7b27eb9f6106c81c9bef alias jsbeautifier -> jsb --- diff --git a/test/Makefile b/test/Makefile index f769737..264fda8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -9,7 +9,7 @@ check: test: check -jsbeautifier: +jsbeautifier jsb: for i in ./spec/*.js ./js/*.js; do \ jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \ done