fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39874?usp=email )
Change subject: rmlinks.sh: use -delete instead of -exec rm ......................................................................
rmlinks.sh: use -delete instead of -exec rm
Change-Id: Ic2cf9c36159a2bbf1acb59e6b316d1ef30aabe28 --- M rmlinks.sh 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified fixeria: Looks good to me, approved
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