diff -r 4ab8c027df23 -r 6bb86f60191e tools/fsh-buildsis --- a/tools/fsh-buildsis Thu Jul 29 12:02:58 2010 +1000 +++ b/tools/fsh-buildsis Thu Jul 29 12:03:43 2010 +1000 @@ -1,7 +1,7 @@ #!perl # fsh-buildsis # -# Copyright (c) 2008-2010 Accenture. All rights reserved. +# Copyright (c) 2008 - 2010 Accenture. All rights reserved. # This component and the accompanying materials are made available # under the terms of the "Eclipse Public License v1.0" # which accompanies this distribution, and is available @@ -9,7 +9,7 @@ # # Initial Contributors: # Accenture - Initial contribution -# + # Description: # fsh-buildsis - A tool that generates SIS files. @@ -77,7 +77,7 @@ # # 1) Run the pre-processor over the supplied .iby file and capture the output # to a temporary file. - my $tempFileName = "$ENV{TEMP}\\ltkbs_temp.pkg"; + my $tempFileName = "$ENV{TEMP}\\fsh-buildsis_temp.pkg"; if (-e $tempFileName) { unlink $tempFileName; }