diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2014-01-25 00:33:48 -0500 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2014-03-13 19:56:01 -0400 |
| commit | b93834ef81bcc3ba41609b899d432c96adae9eda (patch) | |
| tree | eaef6f5827f4dfaf35d7163c40d3d1031dbdf45b /ChangeLog | |
| parent | f3a4632a3f5bae8d0bdee2738afcd2d6e715ea99 (diff) | |
| download | glibc-b93834ef81bcc3ba41609b899d432c96adae9eda.tar.xz glibc-b93834ef81bcc3ba41609b899d432c96adae9eda.zip | |
sotruss: drop ksh support and add basic POSIX shell support
This script works fine under bash as-is, so we don't need ksh anymore.
Once we tweak the function style, the code even works (for the most part)
under a POSIX shell. The localized strings will be prepended with a $,
but it is otherwise functional.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2014-03-13 Mike Frysinger <vapier@gentoo.org> + * elf/Makefile: Delete $(have-ksh) check. + ($(objpfx)sotruss): Change KSH to BASH. + * elf/sotruss.ksh: Rename to ... + * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change + function style to match POSIX. Drop ksh vim mode setting. + +2014-03-13 Mike Frysinger <vapier@gentoo.org> + * manual/time.texi (Specifying the Time Zone with TZ): Change Tuesday to Thursday. |
