diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:35:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-16 20:35:32 +0100 |
commit | 33d4a2282905056390a450fc4d7aaa94fe79a458 (patch) | |
tree | 27077b6844c686291dd6bfbc58e0765b87a84ac2 /package/mksh/patches/patch-dot_mkshrc | |
parent | 023560ac69a2ecf5659c668c26c0af6b5612a46b (diff) |
update to latest upstream
Diffstat (limited to 'package/mksh/patches/patch-dot_mkshrc')
-rw-r--r-- | package/mksh/patches/patch-dot_mkshrc | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/package/mksh/patches/patch-dot_mkshrc b/package/mksh/patches/patch-dot_mkshrc index 038050e7e..e538fb5d5 100644 --- a/package/mksh/patches/patch-dot_mkshrc +++ b/package/mksh/patches/patch-dot_mkshrc @@ -1,7 +1,6 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- mksh.orig/dot.mkshrc 2009-05-30 12:07:24.734860691 +0200 -+++ mksh/dot.mkshrc 2009-05-30 12:07:18.782465058 +0200 -@@ -20,7 +20,7 @@ +--- mksh.orig/dot.mkshrc 2010-02-16 20:13:59.000000000 +0100 ++++ mksh/dot.mkshrc 2010-02-16 20:13:50.000000000 +0100 +@@ -21,7 +21,7 @@ #- # ~/.mkshrc: mksh initialisation file for interactive shells @@ -10,12 +9,3 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ [[ $HOSTNAME = @(localhost|*([ ])) ]] && HOSTNAME=$(ulimit -c 0;hostname 2>&-) : ${HOSTNAME:=nil}; if (( USER_ID )); then PS1='$'; else PS1='#'; fi function precmd { -@@ -38,7 +38,7 @@ unalias ls - alias l='ls -F' - alias la='l -a' - alias ll='l -l' --alias lo='l -alo' -+alias lo='l -al' - alias which='whence -p' - whence -p rot13 >&- || alias rot13='tr \ - abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ \ |