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/Makefile | 2 +- Game/Code/lazres-UltraStar.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Game/Code/Makefile b/Game/Code/Makefile index fcf534cd..85f7ae67 100644 --- a/Game/Code/Makefile +++ b/Game/Code/Makefile @@ -64,6 +64,6 @@ clean_obj: clean_res: rm -f UltraStar.lrs link.res UltraStar.lrs: UltraStar.rc - sh lazres-UltraStar.sh + ./lazres-UltraStar.sh .PHONY: all resource ultrastar install clean distclean clean_obj clean_res 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