summaryrefslogtreecommitdiff
path: root/pjsip/build/tounix
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-11 19:01:31 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-11 19:01:31 +0000
commit0b9e388f7f10dac01d5134ed6c1b24695810874e (patch)
treef01b4f05e8d074a8dba14a96b93803fd6797c105 /pjsip/build/tounix
parent0bc0f9112ac6319d7ce8662de86d6c076bd4b1e3 (diff)
First clean compile of pjsip
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@43 74dad513-b988-da41-8d7b-12977e46ad98
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