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, 0 insertions, 5 deletions
diff --git a/pjsip/build/tounix b/pjsip/build/tounix
deleted file mode 100644
index 82b84c90..00000000
--- a/pjsip/build/tounix
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-name=`basename $1`
-cp $1 /tmp
-cat /tmp/$name | tr -d '\r' > $1
-rm -f /tmp/$name