aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/hexview2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hexview b/plugins/hexview
index 5125fa3..3f45583 100755
--- a/plugins/hexview
+++ b/plugins/hexview
@@ -7,5 +7,5 @@
# Author: Arun Prakash Jana
if ! [ -z "$1" ]; then
- xxd "$1" | "$PAGER"
+ xxd "$1" | $PAGER
fi