changeset 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 a47a5504bbd5
children 95b1518a8975
files build.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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