aboutsummaryrefslogtreecommitdiffstats
path: root/NEW_LINE_IFS
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2011-11-11 14:33:29 +0100
committerJiri Vanek <[email protected]>2011-11-11 14:33:29 +0100
commit4f4bfd0efbd112b1ebd769a34c85ada7cd6c8191 (patch)
tree1b8c7f2f41c4381faed120a87901741509cc9136 /NEW_LINE_IFS
parent05f6d4eacd71a809d5283d185bda8198e8450726 (diff)
reproducers engine can now handle files and directories with spaces
Diffstat (limited to 'NEW_LINE_IFS')
-rw-r--r--NEW_LINE_IFS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEW_LINE_IFS b/NEW_LINE_IFS
new file mode 100644
index 0000000..894d3b5
--- /dev/null
+++ b/NEW_LINE_IFS
@@ -0,0 +1,8 @@
+#!/bin/sh
+NEW_LINE_IFS="
+"
+
+IFS_BACKUP="$IFS";
+#echo "1xx""$IFS""xx" ;
+IFS="$NEW_LINE_IFS" ;
+#echo "2xx""$IFS""xx" ;