pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(bugzilla) Adding semicolon to MESSAGE allows copy-and-past



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-N10) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Tue Feb 7 23:11:39 2017 +0900
Changeset:	b992d1c0592be7510b6b43dae83ae3f5d84fceff

Modified Files:
	bugzilla/MESSAGE

Log Message:
(bugzilla) Adding semicolon to MESSAGE allows copy-and-past

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b992d1c0592be7510b6b43dae83ae3f5d84fceff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bugzilla/MESSAGE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bugzilla/MESSAGE b/bugzilla/MESSAGE
index c80f1ab02d..51884519f6 100644
--- a/bugzilla/MESSAGE
+++ b/bugzilla/MESSAGE
@@ -6,7 +6,7 @@ to setup mySQL properly.  In particular secion 2.2.2 of the document deals
 with database setup.  After the initial setup of the database you can then
 check the settings in ${BZDIR}/localconfig and:
 
-	cd ${BZDIR}
+	cd ${BZDIR};
 	./checksetup.pl
 
 You will need to make Bugzilla accessible through your HTTP server.


Home | Main Index | Thread Index | Old Index