fixeria submitted this change.
rmlinks.sh: use -delete instead of -exec rm
Change-Id: Ic2cf9c36159a2bbf1acb59e6b316d1ef30aabe28
---
M rmlinks.sh
1 file changed, 1 insertion(+), 1 deletion(-)
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.