diff options
author | Kevin Rushforth <[email protected]> | 2008-02-28 20:18:01 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-02-28 20:18:01 +0000 |
commit | c22f052c90ab71fe1722f49183af97f2aea9584f (patch) | |
tree | ee5d975298751f5a60e5f8938e6fe3a6dcb4ba0c /build-tools/linux-amd64 | |
parent | a77216753b34514d2c14591932f557c9919ccbb8 (diff) |
Update source code for GPLv2 license
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@892 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build-tools/linux-amd64')
-rw-r--r-- | build-tools/linux-amd64/script2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-tools/linux-amd64/script2.txt b/build-tools/linux-amd64/script2.txt index 2e6a0d2..ea5fb16 100644 --- a/build-tools/linux-amd64/script2.txt +++ b/build-tools/linux-amd64/script2.txt @@ -15,7 +15,7 @@ while [ x$agreed = x ]; do done if [ ! -w `pwd` ] ; then echo "You do not have write permission to `pwd`" - echo "Java 3D installation failed" + echo "3D installation failed" exit 1 fi outname=install.sfx.$$ |