Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/photon')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/build.sh b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/build.sh
index 351f1c3f7a..d32a4d0b9b 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/build.sh
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/photon/library/build.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
#*******************************************************************************
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
@@ -9,8 +10,6 @@
# IBM Corporation - initial API and implementation
#*******************************************************************************
-#!/bin/sh
-
export IVE_HOME=~/ive/bin
make -f make_photon.mak $1 $2 $3 $4 \ No newline at end of file

Back to the top