From 55eaac9e1beea15b605aede7a081867bb8b26318 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Mon, 26 Nov 2001 05:48:06 +0000 Subject: [PATCH] minor comment git-svn-id: svn://10.0.0.236/trunk@108889 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/tinderbox/post-mozilla-sample.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/tools/tinderbox/post-mozilla-sample.pl b/mozilla/tools/tinderbox/post-mozilla-sample.pl index 1671d24067c..4a172b84505 100755 --- a/mozilla/tools/tinderbox/post-mozilla-sample.pl +++ b/mozilla/tools/tinderbox/post-mozilla-sample.pl @@ -5,6 +5,7 @@ # This script gets called after a full mozilla build & test. # Use this to build and test an embedded or commercial branding of Mozilla. # +# Edit, and rename this file to post-mozilla.pl to activate. # ./build-seamonkey-utils.pl will call PostMozilla::main() after # a successful build and testing of mozilla. This package can report # status via the $TinderUtils::build_status variable. Yeah this is a hack,