diff options
Diffstat (limited to 'docs/html/Bugzilla-Guide.html')
-rw-r--r-- | docs/html/Bugzilla-Guide.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html index ca916f417..186d93fb9 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/html/Bugzilla-Guide.html @@ -4693,7 +4693,7 @@ COLOR="#000000" CLASS="PROGRAMLISTING" >bash# mkdir /usr/bonsaitools bash# mkdir /usr/bonsaitools/bin -bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl +bash# ln -s /usr/bin/perl /usr/bonsaitools/bin/perl </PRE ></FONT ></TD @@ -16034,7 +16034,8 @@ to reformat the entire file :).<br> <br> if ($var) {<br> print "The variable is true";<br> - } else {<br> + }<br> + else {<br> print "Try again";<br> }<br> <br> @@ -17226,4 +17227,4 @@ NAME="ZARRO-BOOGS-FOUND" ></DIV ></BODY ></HTML -> +>
\ No newline at end of file |