Ticket #4361: 0001-fix-less-and-more-bug-see-track-ticket-4361.patch

File 0001-fix-less-and-more-bug-see-track-ticket-4361.patch, 615 bytes (added by eanyx, 10 years ago)

patch to fix less and more problem ticket #4361

  • data/etc/profile

    From f3fb880980b3cd678b9617e78ec9c43409238bea Mon Sep 17 00:00:00 2001
    From: eanyx <olivier.michel.92@gmail.com>
    Date: Fri, 15 Aug 2014 09:24:15 +0200
    Subject: [PATCH] fix less and more bug, see track ticket #4361
    
    ---
     data/etc/profile | 3 +++
     1 file changed, 3 insertions(+)
    
    diff --git a/data/etc/profile b/data/etc/profile
    index 9765028..e26a43c 100644
    a b export PS1="\w> "  
    1616export HISTFILESIZE=50
    1717export HISTCONTROL=ignoredups
    1818
     19export LESS=-X
     20export MORE=-X
     21
    1922# Locale
    2023export LC_MESSAGES=`locale -m`
    2124export LC_NUMERIC=`locale -f`