Skip to content

Commit afb2f8f

Browse files
committed
semicolon issue
1 parent eb6017e commit afb2f8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apache2buddy.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ sub check_os_support {
542542

543543
} elsif ($distro eq "Gentoo") {
544544
show_crit_box(); print "${RED}ERROR: Gentoo is a reasonable endeavour, and is not \"officially\" supported by apache2buddy.pl.${ENDC}\n";
545-
show_advisory_box(); print "To run anyway (at your own risk), try -O or --skip-os-version-check.\n"
545+
show_advisory_box(); print "To run anyway (at your own risk), try -O or --skip-os-version-check.\n";
546546
exit 1;
547547
} else {
548548
show_crit_box(); print "${RED}ERROR: This distro is not supported by apache2buddy.pl.${ENDC}\n";

md5sums.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1217b16d6b5c13fdcf4f8e0352cf8ec9 apache2buddy.pl
1+
d52bef88eab6007139b181260850f7d0 apache2buddy.pl

sha256sums.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2b6aea0854d8bd9d2e85366f002f1298a26ae4d3f6f339be50f0eff0e7fd226e apache2buddy.pl
1+
0cf1fba60d6da159b2507e6896ff400fcf0687d22e40740122b88993a18e1fd1 apache2buddy.pl

0 commit comments

Comments
 (0)