projects
/
gruntmaster-data.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7324386
)
Fix crash in gruntmaster-problem
author
Marius Gavrilescu
<marius@ieval.ro>
Tue, 3 Feb 2015 16:37:35 +0000
(18:37 +0200)
committer
Marius Gavrilescu
<marius@ieval.ro>
Tue, 3 Feb 2015 16:37:35 +0000
(18:37 +0200)
gruntmaster-problem
patch
|
blob
|
blame
|
history
diff --git
a/gruntmaster-problem
b/gruntmaster-problem
index d9dbb736aa4318b7ebe51ff8906a111af7b1581a..819b7ef0a4c3f97ed91f282fc92d35f2ef244890 100755
(executable)
--- a/
gruntmaster-problem
+++ b/
gruntmaster-problem
@@
-93,7
+93,7
@@
sub cmd_add{
sub cmd_set{
my $file;
GetOptions ( 'file!' => \$file );
- my ($id, %values) = @
_
;
+ my ($id, %values) = @
ARGV
;
%values = map { $_ => scalar read_file $values{$_} } keys %values if $file;
$db->problem($id)->update(\%values);
}
This page took
0.033089 seconds
and
4
git commands to generate.