Skip to content

Commit 1354663

Browse files
author
Nathan Bridgewater
committed
comment cleanup
1 parent 3c15986 commit 1354663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mono-install-scripts/fedora/install_mono-2.11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ echo
6464
echo "building mono packages"
6565
echo
6666

67-
PACKAGES[0]="mono-2.11" #this was misnamed in the 2.11.0 package
67+
PACKAGES[0]="mono-2.11" #this folder name mismatched the 2.11.0 package name
6868

6969
for i in "${PACKAGES[@]}"
7070
do

mono-install-scripts/ubuntu/install_mono-2.11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ echo
6464
echo "building mono packages"
6565
echo
6666

67-
PACKAGES[0]="mono-2.11" #this was misnamed in the 2.11.0 package
67+
PACKAGES[0]="mono-2.11" #this folder name mismatched the 2.11.0 package name
6868

6969
for i in "${PACKAGES[@]}"
7070
do

0 commit comments

Comments
 (0)