diff options
Diffstat (limited to 'copy-item-to-kobo')
-rwxr-xr-x | copy-item-to-kobo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copy-item-to-kobo b/copy-item-to-kobo index aa751fb..dd78b12 100755 --- a/copy-item-to-kobo +++ b/copy-item-to-kobo @@ -30,7 +30,7 @@ if [ -z "$PATTERN" ]; then fi # Dispatch -show --search "$PATTERN" | while read item; do +docshower --search "$PATTERN" | while read item; do dirname="`dirname "$item"`" # Check if item has unspported chars in it's file name |