From: Martin Mares Date: Mon, 16 Jul 2012 20:20:54 +0000 (+0200) Subject: Update2: Removed a FIXME X-Git-Tag: v1.1~8 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=77fca3f6b7b2826a34da4ab6c8d2e42282e15eeb;p=git-tools.git Update2: Removed a FIXME Unfortunately, I do not know how to force flattening of an array when calling a prototyped function. Will anybody help me? --- diff --git a/update2 b/update2 index bfea61c..4b6fd42 100755 --- a/update2 +++ b/update2 @@ -39,7 +39,7 @@ sub update_ref($$$); open ORIG_STDOUT, '>&', \*STDOUT; if (@ARGV) { - update_ref($ARGV[0], $ARGV[1], $ARGV[2]); #FIXME + update_ref($ARGV[0], $ARGV[1], $ARGV[2]); } else { while () { chomp;