]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bug 160631 - bug_email.pl is broken
authorbbaetz%student.usyd.edu.au <>
Sat, 17 Aug 2002 21:26:32 +0000 (21:26 +0000)
committerbbaetz%student.usyd.edu.au <>
Sat, 17 Aug 2002 21:26:32 +0000 (21:26 +0000)
r=joel x2

contrib/bug_email.pl

index 27b6098d0de77f800dc2ff1b875af480273e47ba..f13091cf8d1bc3b02a5d9421c5bb961c0c1c92aa 100755 (executable)
@@ -37,7 +37,7 @@
 #
 # You need to work with bug_email.pl the MIME::Parser installed.
 # 
-# $Id: bug_email.pl,v 1.9.10.1 2002/07/25 01:47:50 justdave%syndicomm.com Exp $
+# $Id: bug_email.pl,v 1.9.10.2 2002/08/17 14:26:32 bbaetz%student.usyd.edu.au Exp $
 ###############################################################
 
 # 02/12/2000 (SML)
@@ -1236,13 +1236,7 @@ END
         SendSQL($long_desc_query);
 
         # Cool, the mail was successful
-        # chdir back to the main directory which has the processmail script
-        # Oh, for a processmail module....
-        use Cwd;
-        my $old_cwd = getcwd();
-        chdir("..");
         system("./processmail", $id, $SenderShort);
-        chdir($old_cwd);
     } else {
        $id = 0xFFFF;  # TEST !
        print "\n-------------------------------------------------------------------------\n";