Changeset cf75201 in freewrt for package/mksh/patches


Ignore:
Timestamp:
Jun 1, 2009, 1:13:38 PM (17 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
e1fb841
Parents:
511769d
Message:

mksh R38b

Changelog: https://www.mirbsd.org/mksh.htm#r38b

Tested to compile on both 1.0 and trunk

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3867 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/mksh/patches/patch-dot_mkshrc

    r511769d rcf75201  
    66          – yofuh doesn’t like $? in $PS1
    77
    8 --- mksh/dot.mkshrc~    2009-04-05 14:42:58.000000000 +0200
    9 +++ mksh/dot.mkshrc     2009-04-09 12:39:58.000000000 +0200
    10 @@ -2,13 +2,15 @@
     8--- mksh/dot.mkshrc~    2009-05-31 19:17:57.000000000 +0200
     9+++ mksh/dot.mkshrc     2009-06-01 13:10:18.000000000 +0200
     10@@ -20,13 +20,15 @@
    1111 #-
    1212 # ~/.mkshrc: mksh initialisation file for interactive shells
     
    2727$(precmd)${USER:=$(ulimit -c 0;id -un 2>&-||print \?)}@${HOSTNAME%%.*}:$(
    2828        typeset d=${PWD:-?} n p=~; [[ $p = ?(*/) ]] || d=${d/#$p/~}
    29 @@ -20,7 +22,7 @@
     29@@ -38,7 +40,7 @@ unalias ls
    3030 alias l='ls -F'
    3131 alias la='l -a'
Note: See TracChangeset for help on using the changeset viewer.