view NEW_LINE_IFS @ 384:55f0cf95f6aa default tip

Made it work with OpenJDK build 25 by creating application as soon as possible
author Jiri Vanek <jvanek@redhat.com>
date Thu, 20 Jun 2013 15:34:04 +0200
parents 1f74d3de726c
children
line wrap: on
line source

#!/bin/sh
NEW_LINE_IFS="
"

IFS_BACKUP="$IFS"; 
#echo "1xx""$IFS""xx" ; 
IFS="$NEW_LINE_IFS" ; 
#echo "2xx""$IFS""xx" ;