From 5bae16041d2bdd16652a251754cefed9812a0735 Mon Sep 17 00:00:00 2001 From: plagman Date: Thu, 1 Sep 2011 20:11:22 +0000 Subject: [PATCH] synthesis: require /bin/bash synthesis.sh has bash-isms, so sh or dash won't cut it. git-svn-id: https://svn.eduke32.com/eduke32@1999 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/synthesis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 40520d1fe..db257a9b5 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # some paths top=/var/www/synthesis/eduke32