diff options
-rwxr-xr-x | ranger/data/scope.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 95d28318..754b54d0 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -41,7 +41,7 @@ case "$extension" in exit 1;; # PDF documents: pdf) - fpdftotext -q "$path" - | head -n $maxln + pdftotext -q "$path" - | head -n $maxln success && exit 3 || exit 1;; # HTML Pages: htm|html|xhtml) |