summaryrefslogtreecommitdiff
path: root/solenv/bin/fix_lin_file.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/fix_lin_file.cmd')
-rw-r--r--solenv/bin/fix_lin_file.cmd13
1 files changed, 13 insertions, 0 deletions
diff --git a/solenv/bin/fix_lin_file.cmd b/solenv/bin/fix_lin_file.cmd
new file mode 100644
index 000000000000..0d074ce9f706
--- /dev/null
+++ b/solenv/bin/fix_lin_file.cmd
@@ -0,0 +1,13 @@
+/* os2 build scripts
+*/
+
+parse arg dir
+
+do while( lines())
+
+ l = linein()
+
+ /* skip empty lines */
+ if l \= '' then say dir || '\' || l
+
+end