Skip to content

Commit a5eb4cc

Browse files
committedDec 14, 2016
cosmetic - styleguide / remove undeeded comments
1 parent f097383 commit a5eb4cc

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed
 

‎retropie_packages.sh

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
1010
#
1111

12-
# global variables ==========================================================
13-
1412
__version="4.1.5"
1513

1614
[[ "$__debug" -eq 1 ]] && set -x

‎retropie_setup.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@
99
# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
1010
#
1111

12-
# =============================================================
13-
# START OF THE MAIN SCRIPT
14-
# =============================================================
15-
16-
scriptdir=$(dirname "$0")
17-
scriptdir=$(cd "$scriptdir" && pwd)
12+
scriptdir="$(dirname "$0")"
13+
scriptdir="$(cd "$scriptdir" && pwd)"
1814

1915
"$scriptdir/retropie_packages.sh" setup gui
2016

0 commit comments

Comments
 (0)
Please sign in to comment.