summaryrefslogtreecommitdiffstats
path: root/abs/core/gpm/gpm.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-21 20:11:21 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-21 20:11:21 (GMT)
commit5cd3cf5f8f21c95a3526479c132cf95e74ed286a (patch)
treefbc36e701a466f35555cc8ae18b6ba37824d485f /abs/core/gpm/gpm.sh
parent33195fb417ba15ccf0ef7d59511817bee5e4bb32 (diff)
downloadlinhes_pkgbuild-5cd3cf5f8f21c95a3526479c132cf95e74ed286a.zip
linhes_pkgbuild-5cd3cf5f8f21c95a3526479c132cf95e74ed286a.tar.gz
linhes_pkgbuild-5cd3cf5f8f21c95a3526479c132cf95e74ed286a.tar.bz2
gpm: update to 1.20.7-8
Diffstat (limited to 'abs/core/gpm/gpm.sh')
-rwxr-xr-xabs/core/gpm/gpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/gpm/gpm.sh b/abs/core/gpm/gpm.sh
index af35a5f..1aea572 100755
--- a/abs/core/gpm/gpm.sh
+++ b/abs/core/gpm/gpm.sh
@@ -1,3 +1,3 @@
case $( /usr/bin/tty ) in
- /dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
+ /dev/tty[0-9]*) [ -n "$(pidof -s gpm)" ] && /usr/bin/disable-paste ;;
esac