From 4bc0165fde3d940e4d00a04df95b5fb6c4aa6a23 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 19 Apr 2011 18:00:54 -0400 Subject: [PATCH] install-files must use bash --- install-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-files b/install-files index c7f204a..8392485 100755 --- a/install-files +++ b/install-files @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash here="$(dirname $0)"