From f668f7acafd2c15fe915f753d7ca9fd5b5f53d43 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 15 Apr 2009 15:38:07 +0100 Subject: Ensure bash is always used to execute scripts --- auto-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto-installer.sh') diff --git a/auto-installer.sh b/auto-installer.sh index 62ac13d..a31dbd8 100755 --- a/auto-installer.sh +++ b/auto-installer.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright 2009 Nick White # # This program is free software; you can redistribute it and/or -- cgit v1.2.3