[arch-commits] Commit in bash/trunk (PKGBUILD system.bashrc)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 10 19:04:23 UTC 2016


    Date: Saturday, December 10, 2016 @ 19:04:23
  Author: bpiotrowski
Revision: 283016

upgpkg: bash 4.4.005-2

enable checkwinsize for graphical sessions (fixes FS#32821)

Modified:
  bash/trunk/PKGBUILD
  bash/trunk/system.bashrc

---------------+
 PKGBUILD      |    4 ++--
 system.bashrc |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-10 18:48:18 UTC (rev 283015)
+++ PKGBUILD	2016-12-10 19:04:23 UTC (rev 283016)
@@ -7,7 +7,7 @@
 _basever=4.4
 _patchlevel=005
 pkgver=${_basever}.${_patchlevel}
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Bourne Again shell'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -78,7 +78,7 @@
          '027d6bd8f5f6a06b75bb7698cb478089'
          '2902e0fee7a9168f3a4fd2ccd60ff047'
          '42f4400ed2314bd7519c020d0187edc5'
-         '09c6f7f099f18e01cc2250719757c9a2'
+         'f4a54b6a69acb33f2c795f6042d663f8'
          '472f536d7c9e8250dc4568ec4cfaf294'
          '817d01a6c0af6f79308a8b7b649e53d8'
          'SKIP'

Modified: system.bashrc
===================================================================
--- system.bashrc	2016-12-10 18:48:18 UTC (rev 283015)
+++ system.bashrc	2016-12-10 19:04:23 UTC (rev 283016)
@@ -5,6 +5,8 @@
 # If not running interactively, don't do anything
 [[ $- != *i* ]] && return
 
+[[ $DISPLAY ]] && shopt -s checkwinsize
+
 PS1='[\u@\h \W]\$ '
 
 case ${TERM} in



More information about the arch-commits mailing list