diff build.sh @ 12:afc6248ee1d6

Typo preventing shell script from reliably using bash.
author Rob Landley <rob@landley.net>
date Sat, 29 Oct 2011 12:42:27 -0500
parents 242a1e03ce15
children 1da81fbd78a8
line wrap: on
line diff
--- a/build.sh	Sat Oct 29 12:41:37 2011 -0500
+++ b/build.sh	Sat Oct 29 12:42:27 2011 -0500
@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash
 
 if [ "$1" != "all" ] && [ ! -x "images/$1/build.sh" ]
 then