X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fcomplete.pl;h=539f2f77983928e9a1faec8132d703dba59cd882;hb=cae6c631be0cfed1f388d3116e456beb58714d6e;hp=335245269cc28f07d6a2d9de4431def8686912b5;hpb=55497cffdd24c959994f9a8ddd56db8ce85e1c5b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/complete.pl b/lib/complete.pl index 3352452..539f2f7 100644 --- a/lib/complete.pl +++ b/lib/complete.pl @@ -75,7 +75,8 @@ sub Complete { # (^U) kill $_ eq $kill && do { if ($r) { - undef($r, $return); + undef $r; + undef $return; print("\r\n"); redo LOOP; }