[Bps-public-commit] r15542 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Aug 27 12:29:50 EDT 2008
Author: sartak
Date: Wed Aug 27 12:29:50 2008
New Revision: 15542
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/CLI/Dispatcher.pm
Log:
r70573 at onn: sartak | 2008-08-27 12:29:19 -0400
Canonicalize case in resolve_builtin_aliases
Modified: Prophet/trunk/lib/Prophet/CLI/Dispatcher.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Dispatcher.pm (original)
+++ Prophet/trunk/lib/Prophet/CLI/Dispatcher.pm Wed Aug 27 12:29:50 2008
@@ -52,6 +52,8 @@
$cmds[-1] = $replacement;
}
+ @cmds = map { ucfirst lc } @cmds;
+
return wantarray ? @cmds : $cmds[-1];
}
More information about the Bps-public-commit
mailing list