summaryrefslogtreecommitdiff
path: root/deps/npm/scripts/clean-old.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/scripts/clean-old.sh')
-rwxr-xr-xdeps/npm/scripts/clean-old.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/scripts/clean-old.sh b/deps/npm/scripts/clean-old.sh
index cda80f2f48..32a203e4a5 100755
--- a/deps/npm/scripts/clean-old.sh
+++ b/deps/npm/scripts/clean-old.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# look for old 0.x cruft, and get rid of it.
# Should already be sitting in the npm folder.