[PATCH] BBB: sd_setup.sh: Change /bin/bash -> /bin/sh to solely adhere to POSIX shell constructs

Jarielle Catbagan jcatbagan93 at gmail.com
Thu Jul 9 19:32:58 UTC 2015


---
 ports/beagleboneblack/sd_setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ports/beagleboneblack/sd_setup.sh b/ports/beagleboneblack/sd_setup.sh
index 402c630..82afee3 100755
--- a/ports/beagleboneblack/sd_setup.sh
+++ b/ports/beagleboneblack/sd_setup.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # This script automates the process of setting up an SD card for
 # either "raw" or FAT mode booting for the Beaglebone Black.
-- 
2.3.3



More information about the umon-devel mailing list