diff options
author | Sven Gothel <[email protected]> | 2023-05-07 05:51:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-07 05:51:31 +0200 |
commit | 473197df152f000211945d1e1c8e780eddda4cc7 (patch) | |
tree | 82be696b9f1e41bf6cc7037a5d03fb8876add2bb /make/scripts | |
parent | 42ebc710aac9d4bce185ac3759ff07c6028bfcac (diff) |
Fix PMVMatrix changes and minor cleanup
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.jogl.all.x86_64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.x86_64.sh b/make/scripts/make.jogl.all.x86_64.sh index de4ba08..c0c4aa1 100755 --- a/make/scripts/make.jogl.all.x86_64.sh +++ b/make/scripts/make.jogl.all.x86_64.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash SDIR=`dirname $0` |