From c87abfcb6098bb696f8941bac5be2b5d418a2d76 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 18 Mar 2018 10:58:00 +0100 Subject: Remove M3UA/MTP3/SCCP code from this repo, use upstream repos Originally, this code was not yet in an official upstream git repo. However, it has been for many months, so let's remove our local copy and use upstream git repositories like for all the other modules. Change-Id: I2c616fb865df32cfec323d42e5d0d06de40c497b --- rmlinks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rmlinks.sh') diff --git a/rmlinks.sh b/rmlinks.sh index 2b356a52..cd04866d 100755 --- a/rmlinks.sh +++ b/rmlinks.sh @@ -1,2 +1,2 @@ #!/bin/sh -find . -type l -not -path "./bin/*" -not -path "./M3UA_CNL113537/*" -not -path "./SCCP_CNL113341/*" -exec rm \{\} \; +find . -type l -not -path "./bin/*" -exec rm \{\} \; -- cgit v1.2.3