about summary refs log tree commit diff
path: root/mless
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-01-06 18:36:32 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-01-06 18:36:32 +0100
commita6243d7a2f799bc988cc69b14b235db04f7617e9 (patch)
tree9e6f3e49712b4371c84c9593e71f09f446a8ed06 /mless
parentd1d2a41bafc1bbfcdb6e5485dd4d5faa87d1949a (diff)
downloadmblaze-a6243d7a2f799bc988cc69b14b235db04f7617e9.tar.gz
mblaze-a6243d7a2f799bc988cc69b14b235db04f7617e9.tar.xz
mblaze-a6243d7a2f799bc988cc69b14b235db04f7617e9.zip
mless: drop PATH change
Diffstat (limited to 'mless')
-rwxr-xr-xmless2
1 files changed, 0 insertions, 2 deletions
diff --git a/mless b/mless
index 8a94d34..fa09c8f 100755
--- a/mless
+++ b/mless
@@ -1,8 +1,6 @@
 #!/bin/sh
 # mless [MSG] - less(1)-wrapper around mshow
 
-PATH="${0%/*}:$PATH"
-
 colorscan() {
 awk '
 function co(n, c) { e = ENVIRON["MCOLOR_" n]; return e ? e : c }