Skip to content

Commit

Permalink
removed .js from base12 script execution, removed echo test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Loftis committed Mar 8, 2012
1 parent 7532fda commit 7c3bf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/base12
Expand Up @@ -5,6 +5,6 @@ scriptname=$1

shift

echo "$dirname/$scriptname.js" "$@"
"$dirname/$scriptname" "$@"

exit 0

0 comments on commit 7c3bf1d

Please sign in to comment.