From a4dd5745326f4477b49e2331c45e549e821ffbee Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 26 Apr 2013 17:26:38 +1000 Subject: Make sure the TYPE variable is actually defined for nmake builds. --- linden/scripts/linux/4-package-viewer | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'linden') diff --git a/linden/scripts/linux/4-package-viewer b/linden/scripts/linux/4-package-viewer index d954f02..a1a74f2 100755 --- a/linden/scripts/linux/4-package-viewer +++ b/linden/scripts/linux/4-package-viewer @@ -1,9 +1,11 @@ #!/bin/bash +source config-SL-source + if [ "$OSTYPE" == "cygwin" ] ; then # Assumes version has been passed in from outside, coz Windows insists on adding crap to python output. cd ../../indra/build-nmake/ - iscc newview/$TYPE/package/${version}-Windows-x86.iss + iscc newview/${TYPE}/package/${version}-Windows-x86.iss else cd ../../indra/viewer-linux-* make package -- cgit v1.1