projects
/
BK-2020-03.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
chore(unitproc/bkt-replace_apostrophes)
[BK-2020-03.git]
/
user
/
bkfeh
diff --git
a/user/bkfeh
b/user/bkfeh
index 911d51b9fbb974212420a7287531a283afd7bcd9..fba697cdc22b1db875c46a5a20dfa8d360191691 100755
(executable)
--- a/
user/bkfeh
+++ b/
user/bkfeh
@@
-383,7
+383,7
@@
main() {
fi;
## Call find_filelist() in parallel for stdin input
if [[ "${#dirs_stdin[@]}" -gt 0 ]]; then
fi;
## Call find_filelist() in parallel for stdin input
if [[ "${#dirs_stdin[@]}" -gt 0 ]]; then
- fdepth=1; export fdepth; # 1
of
r dirs from stdin
+ fdepth=1; export fdepth; # 1
fo
r dirs from stdin
paths_images+=("$( parallel find_flist {} "$fdepth" "$firegex" "$fsize" ::: "${dirs_stdin[@]}" )"); # See [1]
fi;
paths_images+=("$( parallel find_flist {} "$fdepth" "$firegex" "$fsize" ::: "${dirs_stdin[@]}" )"); # See [1]
fi;
@@
-422,5
+422,6
@@
export -f yell die must read_stdin read_psarg find_flist;
main "$@";
main "$@";
+
# Author: Steven Baltakatei Sandoval
# License: GPLv3+
# Author: Steven Baltakatei Sandoval
# License: GPLv3+