summaryrefslogtreecommitdiff
path: root/browse
diff options
context:
space:
mode:
Diffstat (limited to 'browse')
-rwxr-xr-xbrowse2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse b/browse
index bdedbca..b9cc7c9 100755
--- a/browse
+++ b/browse
@@ -6,4 +6,4 @@ while getopts f: opt; do
esac
done
shift `expr $OPTIND - 1`
-./phttp $@ | xargs ./opener $OPENER_ARGS
+phttp $@ | xargs opener $OPENER_ARGS