summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-03-16 18:27:13 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-03-16 18:27:13 +0100
commit23f248ccfbdefcb26d3d0bfa9a93e21642ba3d28 (patch)
tree6a2df3e8812a5a52ac61b7e3755c41a99b0325ee
parenteeb1c0e59ee8a5f7be4a6742ba6689af54e9ac7d (diff)
downloaddevtools32-23f248ccfbdefcb26d3d0bfa9a93e21642ba3d28.tar.xz
find-libdeps: fix indentation in case
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
-rw-r--r--find-libdeps.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-libdeps.in b/find-libdeps.in
index ce92a4e..07ba3d8 100644
--- a/find-libdeps.in
+++ b/find-libdeps.in
@@ -57,7 +57,7 @@ process_sofile() {
case $script_mode in
deps) find_args=(-perm -u+x);;
- provides) find_args=(-name '*.so*');;
+ provides) find_args=(-name '*.so*');;
esac
find . -type f "${find_args[@]}" | while read -r filename; do