source: trunk/icedtea-web/NEW_LINE_IFS@ 433

Last change on this file since 433 was 429, checked in by dmik, 11 years ago

icedtea-web: Merge version 1.5.1 from vendor to trunk.

File size: 121 bytes
Line 
1#!/bin/sh
2NEW_LINE_IFS="
3"
4
5IFS_BACKUP="$IFS";
6#echo "1xx""$IFS""xx" ;
7IFS="$NEW_LINE_IFS" ;
8#echo "2xx""$IFS""xx" ;
Note: See TracBrowser for help on using the repository browser.