summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/gpm/gpm.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-09-20 00:57:29 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-09-20 00:57:29 (GMT)
commitfa2365c27675c5f9da21f74e25263f9c24897bec (patch)
tree10c01f99b0aa89a0ff0f0af596f5fa178ad25b29 /abs/core-testing/gpm/gpm.sh
parente1de1dfe0f79ef4db9eeb178dcf4d9fe05da32ef (diff)
downloadlinhes_pkgbuild-fa2365c27675c5f9da21f74e25263f9c24897bec.zip
linhes_pkgbuild-fa2365c27675c5f9da21f74e25263f9c24897bec.tar.gz
linhes_pkgbuild-fa2365c27675c5f9da21f74e25263f9c24897bec.tar.bz2
gpm: update
Diffstat (limited to 'abs/core-testing/gpm/gpm.sh')
-rwxr-xr-xabs/core-testing/gpm/gpm.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core-testing/gpm/gpm.sh b/abs/core-testing/gpm/gpm.sh
new file mode 100755
index 0000000..af35a5f
--- /dev/null
+++ b/abs/core-testing/gpm/gpm.sh
@@ -0,0 +1,3 @@
+case $( /usr/bin/tty ) in
+ /dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
+esac