mirror of
https://github.com/sheumann/hush.git
synced 2025-03-09 21:31:29 +00:00
make it general. Now all leading single hyphens are ignored for purposed of applet name matching, while argv[0] is still passed unaltered to applets, so leading-hyphen sensitive applets (such as sh) can react accordingly. -Erik