fixeria has uploaded this change for review.

View Change

rmlinks.sh: use -delete instead of -exec rm

Change-Id: Ic2cf9c36159a2bbf1acb59e6b316d1ef30aabe28
---
M rmlinks.sh
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/74/39874/1
diff --git a/rmlinks.sh b/rmlinks.sh
index cd04866..5e919a3 100755
--- a/rmlinks.sh
+++ b/rmlinks.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-find . -type l -not -path "./bin/*" -exec rm \{\} \;
+find . -type l -not -path "./bin/*" -delete

To view, visit change 39874. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ic2cf9c36159a2bbf1acb59e6b316d1ef30aabe28
Gerrit-Change-Number: 39874
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>