about summary refs log tree commit diff
path: root/elf/sotruss.sh
Commit message (Collapse)AuthorAgeFilesLines
* sotruss: drop ksh support and add basic POSIX shell supportMike Frysinger2014-03-131-0/+152
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.