From 269105ab3d8c4cad1d1f6156850b893d8ed24390 Mon Sep 17 00:00:00 2001 From: wesleyprofox Date: Tue, 8 Jan 2008 15:35:46 +0000 Subject: Use /bin/bash to execute lazres-UltraStar.sh as a temporary solution to be able to compile the resources (better solution would be to make the script fully POSIX-compliant) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@761 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lazres-UltraStar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Code/lazres-UltraStar.sh') diff --git a/Game/Code/lazres-UltraStar.sh b/Game/Code/lazres-UltraStar.sh index 603ec4be..bd3f130d 100755 --- a/Game/Code/lazres-UltraStar.sh +++ b/Game/Code/lazres-UltraStar.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ## # Creates an .lrs resource-file. -- cgit v1.2.3