1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 04:15:35 +02:00
cdt/releng/org.eclipse.rse.updatesite/bin/pack200
2006-11-07 14:34:53 +00:00

15 lines
340 B
Bash
Executable file

#!/bin/sh
#
# Workaround for downgrading effort of pack200 to avoid VM bug
# See https://bugs.eclipse.org/bugs/show_bug.cgi?id=154069
#
curdir=`pwd`
cd `dirname $0`
mydir=`pwd`
cd "$curdir"
rm "$mydir/pack200.stamp"
touch "$mydir/pack200.stamp"
date >> "$mydir/pack200.stamp"
echo "pack200 -E4 $*" >> "$mydir/pack200.stamp"
pack200 -E4 $*