From ab8faad53f59d28c62581bf4e7f36c16ff5e55f5 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 7 Mar 2011 22:54:59 -0500 Subject: [PATCH] /bin/{bash => sh} to support system with only sh installed - e.g. FreeBSD - Nothing in the scripts actually needs BASH anyway --- test/test-rmtrail | 2 +- tools/combine | 2 +- tools/rmtrail | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test-rmtrail b/test/test-rmtrail index d02c609..e845429 100755 --- a/test/test-rmtrail +++ b/test/test-rmtrail @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Copyright (C) 2010 Mike Gerwitz # diff --git a/tools/combine b/tools/combine index 50b01b7..ccc05e6 100755 --- a/tools/combine +++ b/tools/combine @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Copyright (C) 2010 Mike Gerwitz # diff --git a/tools/rmtrail b/tools/rmtrail index 1e69603..bb001d0 100755 --- a/tools/rmtrail +++ b/tools/rmtrail @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Removes trailing commas from array and object declarations (certain browsers, # such as earlier versions of IE, do not parse trailing commas correctly)