source:
trunk/icedtea-web/NEW_LINE_IFS
| Last change on this file was 429, checked in by , 11 years ago | |
|---|---|
| File size: 121 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | NEW_LINE_IFS=" |
| 3 | " |
| 4 | |
| 5 | IFS_BACKUP="$IFS"; |
| 6 | #echo "1xx""$IFS""xx" ; |
| 7 | IFS="$NEW_LINE_IFS" ; |
| 8 | #echo "2xx""$IFS""xx" ; |
Note:
See TracBrowser
for help on using the repository browser.
