# HG changeset patch # User Rob Landley # Date 1319910147 18000 # Node ID afc6248ee1d631ebb964c39ae1bc2044e4260d01 # Parent a47a5504bbd5bafc55738b980fb180189a75f3f3 Typo preventing shell script from reliably using bash. diff -r a47a5504bbd5 -r afc6248ee1d6 build.sh --- 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