fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39875?usp=email )
Change subject: rmlinks.sh: remove non-existent path exclude
......................................................................
rmlinks.sh: remove non-existent path exclude
Change-Id: I91ae0d3a610f4c9d826bfb1f579204fb0f55e7c8
---
M rmlinks.sh
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, but someone else must approve
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 5e919a3..65ee03c 100755
--- a/rmlinks.sh
+++ b/rmlinks.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-find . -type l -not -path "./bin/*" -delete
+find . -type l -delete
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39875?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I91ae0d3a610f4c9d826bfb1f579204fb0f55e7c8
Gerrit-Change-Number: 39875
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>