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/relocate.sh')
-rwxr-xr-xscripts/relocate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/relocate.sh b/scripts/relocate.sh
index b7483f296..ff40f857a 100755
--- a/scripts/relocate.sh
+++ b/scripts/relocate.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Change the cli shebang to point at the specified node
# Useful for when the program is moved around after install.