From ba311c9e2bf69a13388f0142b126297ce85976f0 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Fri, 15 Jul 2011 13:35:52 +0530 Subject: use bash instead of sh for executing the sanity script --- sanity/system_light/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanity/system_light/run.sh b/sanity/system_light/run.sh index 6270fad..b244030 100755 --- a/sanity/system_light/run.sh +++ b/sanity/system_light/run.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash _init () { -- cgit