From e8f83cad9495cba3d96fa7a4c27451b2860d7f58 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 17 Dec 2010 16:51:44 -0800 Subject: Use sh instead of bash for this --- scripts/install-message.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install-message.sh b/scripts/install-message.sh index 36754c625..43f4f260b 100755 --- a/scripts/install-message.sh +++ b/scripts/install-message.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if [ "x$npm_config_loglevel" = "xsilent" ]; then exit -- cgit v1.2.3