From b5a1af6f999820564ead4867b1e5d5574778ee56 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 31 Oct 2005 21:02:30 +0000 Subject: initial import git-svn-id: http://svn.pjsip.org/repos/pjproject/main@1 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/build/tounix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pjsip/build/tounix (limited to 'pjsip/build/tounix') 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 -- cgit v1.2.3