dbf-halloween2015

view RUN @ 4:4316c0c879e9

fixed RUN script for macosx
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 01 Nov 2015 06:18:18 +0200
parents 50683c78264e
children
line source
1 #!/bin/sh
3 sys=`uname -s`
5 if [ "$sys" = Darwin ]; then
6 bin=halloween-macosx-x86_64
7 else
8 bin=halloween-gnulinux-x86_64
9 fi
11 LD_LIBRARY_PATH=lib bin/$bin $*