Skip to content

Commit

Permalink
use PAGER and less only as a fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
curusarn committed May 11, 2020
1 parent 81c3461 commit 5d96a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ info="$info
---- Close this by pressing Q ----"


echo "$info" | less
echo "$info" | ${PAGER:-less}

echo
echo "All done!"
Expand Down

0 comments on commit 5d96a6b

Please sign in to comment.