Skip to content

Commit

Permalink
Fixed #1155: Use shelljs option in make.js
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kovalyov <anton@kovalyov.net>
  • Loading branch information
XhmikosR authored and valueof committed Jul 24, 2013
1 parent 87df213 commit 6aed7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
/*global ls, target, find, echo, cat, chmod, exit, mkdir, test */
/*jshint shelljs:true*/

"use strict";

Expand Down

0 comments on commit 6aed7ed

Please sign in to comment.