X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/d3057ca4cf3225dc431e13e2cdb7c3e8a1ee73d5..382d31f1ba53719d267ef3c1f1a146c895237281:/setup/setup-openssh.pl diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index 69a82b0..6a4cdd5 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -1075,7 +1075,7 @@ sub action if (($result or $?) and $command !~ m!patch!) { - exitDie("ERROR: Unable to execute command: $!\n"); + exitDie("ERROR: Unable to execute $command: $!\n"); } }