Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/clean-old.sh')
-rwxr-xr-xscripts/clean-old.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean-old.sh b/scripts/clean-old.sh
index cda80f2f4..32a203e4a 100755
--- a/scripts/clean-old.sh
+++ b/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.