Commit a761b89d authored by Richard Levitte's avatar Richard Levitte
Browse files

Show what the offending target was.

PR: 1108
parent a136862a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -761,7 +761,7 @@ PROCESS_ARGS:
			}
		else
			{
			die "target already defined - $target\n" if ($target ne "");
			die "target already defined - $target (offending arg: $_)\n" if ($target ne "");
			$target=$_;
			}