summaryrefslogtreecommitdiff
path: root/pjsip/build/tounix
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/build/tounix')
-rw-r--r--pjsip/build/tounix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pjsip/build/tounix b/pjsip/build/tounix
new file mode 100644
index 00000000..82b84c90
--- /dev/null
+++ b/pjsip/build/tounix
@@ -0,0 +1,5 @@
+#!/bin/sh
+name=`basename $1`
+cp $1 /tmp
+cat /tmp/$name | tr -d '\r' > $1
+rm -f /tmp/$name