Commit Graph

4 Commits

Author SHA1 Message Date
Renato Silva 8da3c83852 Replace the old `string' quoting style with double quotes. 2014-09-15 17:06:26 -03:00
Renato Silva d4448390c3 Fix the Bash implementation for not ignoring the options specified after arguments.
This was caused by the getopts builtin. Now the regular arguments are processed and removed from the parameter list before getopts is called, so it can parse all of the provided options, regardless of whether they were specified before or after regular arguments.
2014-09-11 10:22:00 -03:00
Renato Silva 3d8b0c3e15 Avoid variable exporting for Bash scripts.
Exporting should not be required and it may lead to security issues, for example access of a --password option by other applications.
2014-09-11 00:48:49 -03:00
Renato Silva 3c3c8bba09 Initial commit. 2014-07-09 17:59:03 -03:00