From 339a20810f92d90095ce0b2cee95bfa755ce2716 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 4 Mar 2008 00:40:49 +0000 Subject: Explicitly use /bin/bash vs /bin/sh for Ubuntu compatibility git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@722 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/sim/pashello/setenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/sim/pashello') diff --git a/nuttx/configs/sim/pashello/setenv.sh b/nuttx/configs/sim/pashello/setenv.sh index 773e05547..9b3df2015 100755 --- a/nuttx/configs/sim/pashello/setenv.sh +++ b/nuttx/configs/sim/pashello/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # sim/setenv.sh # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. -- cgit v1.2.3