Skip to content

Commit 34caa32

Browse files
committed
delete spaces
1 parent e5ce9df commit 34caa32

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

scriptmodules/ports/gmloader.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ _EOF_
9090
fi
9191

9292
moveConfigDir "$home/.config/gmloader" "$md_conf_root/droidports"
93-
}
93+
}

scriptmodules/ports/heboris.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ _EOF_
6363

6464
chmod +x "$script"
6565
addPort "$md_id" "heboris" "HeborisC7EX - Tetris The Grand Master Clone" "XINIT:$script"
66-
}
66+
}

scriptmodules/ports/hexen2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ function configure_hexen2() {
5454
[[ -f "$romdir/ports/$md_id/portals/pak3.pak" ]] && addPort "$md_id" "hexen2p" "Hexen II -Portals of Praevus" "XINIT:$md_inst/hexen2 -portals"
5555

5656
[[ "$md_mode" == "install" ]] && game_data_hexen2
57-
}
57+
}

scriptmodules/ports/hexen2gl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ function configure_hexen2gl() {
5555
moveConfigDir "$home/.hexen2" "$romdir/ports/hexen2"
5656

5757
[[ "$md_mode" == "install" ]] && game_data_hexen2gl
58-
}
58+
}

scriptmodules/ports/julius.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ function configure_julius() {
5252
moveConfigDir "$home/.local/share/bvschaik/julius" "$md_conf_root/julius"
5353

5454
[[ "$md_mode" == "install" ]] && game_data_julius
55-
}
55+
}

scriptmodules/ports/meritous.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ _EOF_
5151

5252
chmod +x "$script"
5353
addPort "$md_id" "meritous" "Meritous 1.2" "XINIT:$script"
54-
}
54+
}

scriptmodules/ports/opendune.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ function configure_opendune() {
5959
addPort "$md_id" "opendune" "OpenDune - Dune 2 port" "XINIT: $md_inst/opendune"
6060

6161
[[ "$md_mode" == "install" ]] && game_data_opendune
62-
}
62+
}

scriptmodules/ports/openjk_ja.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ esac
9898
_EOF_
9999

100100
chmod +x "$script"
101-
}
101+
}

scriptmodules/ports/openjk_jo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ esac
8686
_EOF_
8787

8888
chmod +x "$script"
89-
}
89+
}

scriptmodules/ports/rigelengine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ function configure_rigelengine() {
5555
addPort "$md_id" "rigelengine" "RigelEngine - Duke Nukem 2 source port" "$md_inst/RigelEngine $romdir/ports/duke2"
5656
mkRomDir "ports/duke2"
5757
[[ "$md_mode" == "install" ]] && game_data_rigelengine
58-
}
58+
}

0 commit comments

Comments
 (0)