author | Heiko Schlittermann (JUMPER) <hs@schlittermann.de> |
Wed, 12 Aug 2015 18:06:39 +0200 | |
changeset 104 | 0f38b3fd6c84 |
parent 103 | a17377628be4 |
child 105 | 890eb6ce7735 |
--- a/log.pl Wed Aug 12 18:05:45 2015 +0200 +++ b/log.pl Wed Aug 12 18:06:39 2015 +0200 @@ -107,8 +107,6 @@ # override the HGUSER to the 'remote user' from our SSH connect $ENV{HGUSER} = env_user() // $ENV{USER} // $ENV{LOGNAME} // getpwuid($>); - die identity(); - if ($opt_message =~ /^@(.*)/) { @ARGV = $1; $opt_message = join "", <>;