Skip to content

Commit

Permalink
Merge pull request #274 from VlkrS/posix-sh
Browse files Browse the repository at this point in the history
ug+ / ugrep+ can use /bin/sh rather than /bin/bash
  • Loading branch information
genivia-inc authored Aug 15, 2023
2 parents 31e6d2c + 4059d68 commit e33b5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ug+
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
filters=
if [ -x "$(command -v pdftotext)" ] && pdftotext --help 2>&1 | ugrep -qw Poppler ; then
filters="${filters}${filters:+,}pdf:pdftotext % -"
Expand Down
2 changes: 1 addition & 1 deletion bin/ugrep+
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
filters=
if [ -x "$(command -v pdftotext)" ] && pdftotext --help 2>&1 | ugrep -qw Poppler ; then
filters="${filters}${filters:+,}pdf:pdftotext % -"
Expand Down

0 comments on commit e33b5f2

Please sign in to comment.