Codebase list mksh / 3b0bb38
fix lo alias dropping the group with GNU coreutils mirabilos authored 3 years ago mirabilos committed 3 years ago
3 changed file(s) with 9 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
2828 - [tg] Drop some possibly unreached and probably broken code
2929 - [tg] Increase FAQ2HTML.sh compatibility with pre-POSIX shells
3030 - [tg] Demote some (unlikely called) output code to !MKSH_SMALL
31
32 -- Thorsten Glaser <tg@mirbsd.de> Sat, 31 Oct 2020 05:30:52 +0100
31 * Drop -o from lo alias as coreutils’ ls(1) does not implement
32 the option the same as BSD
33
34 -- Thorsten Glaser <tg@mirbsd.de> Sat, 31 Oct 2020 05:56:20 +0100
3335
3436 mksh (59b-3) unstable; urgency=medium
3537
0 builddir/dot.mkshrc
01 debian/uhr
1 dot.mkshrc
3232
3333 override_dh_auto_build:
3434 exec sh debian/meat
35 sed \
36 -e '/\(l -al\)o/s//\1/' \
37 <dot.mkshrc >builddir/dot.mkshrc
3538
3639 execute_before_dh_install:
3740 cat builddir/substvars >>debian/mksh.substvars
101104 test -x debian/mksh/$$(readlink debian/mksh/bin/mksh-static)
102105 test -x debian/mksh/bin/mksh
103106 test -x debian/mksh/bin/lksh
104 cp -a dot.mkshrc debian/mksh/etc/mkshrc
107 cp -a builddir/dot.mkshrc debian/mksh/etc/mkshrc
105108
106109 execute_after_dh_installdocs-arch:
107110 # we install this already, except with more information