mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
fa2661f2e5
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