diff options
| author | Vojta Jina | 2014-03-14 11:24:24 -0700 |
|---|---|---|
| committer | Vojta Jina | 2014-03-14 11:24:24 -0700 |
| commit | 53e4da8eab7c3e61d489452d3aeb81bb13f4a958 (patch) | |
| tree | 0949a829527c4ac39e1186d2a52bb25407084682 | |
| parent | 7b5e019981f352add88be2984de68e553d1bfa93 (diff) | |
| download | angular.js-53e4da8eab7c3e61d489452d3aeb81bb13f4a958.tar.bz2 | |
chore: fix compare-master-to-stable script
| -rwxr-xr-x | compare-master-to-stable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compare-master-to-stable.js b/compare-master-to-stable.js index 404383b0..2fa86729 100755 --- a/compare-master-to-stable.js +++ b/compare-master-to-stable.js @@ -1,4 +1,4 @@ -#!/usr/local/bin/node +#!/usr/bin/env node var util = require('util'); var cp = require('child_process'); |
