dist/bin/uwproj

Sat, 24 Oct 2020 17:36:00 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 24 Oct 2020 17:36:00 +0200
changeset 15
971ac4f0f1df
parent 8
82cd9f1d94cb
child 18
0df7309d498e
permissions
-rwxr-xr-x

fix toolchain detection in case gcc is not available

#!/bin/sh

PREFIX=/usr

java -jar $PREFIX/lib/uwproj/uwproj-0.1.jar "$@"
if [ $? -eq 0 ]; then
	chmod +x configure
fi

mercurial