find-libdeps: fix indentation in case

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
This commit is contained in:
Jelle van der Waa 2019-03-16 18:27:13 +01:00
parent eeb1c0e59e
commit 23f248ccfb
1 changed files with 1 additions and 1 deletions

View File

@ -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