Merge branch 'master' of github.com:arturadib/shelljs

This commit is contained in:
Artur Adib 2012-06-04 20:09:07 -04:00
commit 384ffc1e83

View File

@ -991,7 +991,7 @@ function parseOptions(str, map) {
// All options are false by default
var options = {};
for (letter in map)
for (var letter in map)
options[map[letter]] = false;
if (!str)