[asterisk-commits] branch murf/AEL2-1.2 r20253 - /team/murf/AEL2-1.2/pbx/ael-test/setref

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Apr 14 18:55:50 MST 2006


Author: murf
Date: Fri Apr 14 20:55:48 2006
New Revision: 20253

URL: http://svn.digium.com/view/asterisk?rev=20253&view=rev
Log:
Added this script to easily update the ref's in case
of a change from version to version...


Added:
    team/murf/AEL2-1.2/pbx/ael-test/setref   (with props)

Added: team/murf/AEL2-1.2/pbx/ael-test/setref
URL: http://svn.digium.com/view/asterisk/team/murf/AEL2-1.2/pbx/ael-test/setref?rev=20253&view=auto
==============================================================================
--- team/murf/AEL2-1.2/pbx/ael-test/setref (added)
+++ team/murf/AEL2-1.2/pbx/ael-test/setref Fri Apr 14 20:55:48 2006
@@ -1,0 +1,7 @@
+#!/bin/bash
+
+for i in res.*; do
+	refname=`echo $i | sed 's/^res/ref/'`
+	echo $refname
+	mv $i $refname
+done

Propchange: team/murf/AEL2-1.2/pbx/ael-test/setref
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/murf/AEL2-1.2/pbx/ael-test/setref
------------------------------------------------------------------------------
    svn:executable = *

Propchange: team/murf/AEL2-1.2/pbx/ael-test/setref
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/murf/AEL2-1.2/pbx/ael-test/setref
------------------------------------------------------------------------------
    svn:mime-type = text/plain



More information about the asterisk-commits mailing list