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/z16f2800100zcog/pashello/setenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/z16f2800100zcog/pashello') diff --git a/nuttx/configs/z16f2800100zcog/pashello/setenv.sh b/nuttx/configs/z16f2800100zcog/pashello/setenv.sh index 4a9bf1d3b..40846da4b 100755 --- a/nuttx/configs/z16f2800100zcog/pashello/setenv.sh +++ b/nuttx/configs/z16f2800100zcog/pashello/setenv.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # z16f2800100zcog/setenv.sh # # Copyright (C) 2008 Gregory Nutt. All rights reserved. -- cgit v1.2.3