Skip to content

Commit

Permalink
cosmetic - styleguide / remove undeeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joolswills committed Dec 14, 2016
1 parent f097383 commit a5eb4cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions retropie_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
#

# global variables ==========================================================

__version="4.1.5"

[[ "$__debug" -eq 1 ]] && set -x
Expand Down
8 changes: 2 additions & 6 deletions retropie_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@
# at https://raw.githubusercontent.com/RetroPie/RetroPie-Setup/master/LICENSE.md
#

# =============================================================
# START OF THE MAIN SCRIPT
# =============================================================

scriptdir=$(dirname "$0")
scriptdir=$(cd "$scriptdir" && pwd)
scriptdir="$(dirname "$0")"
scriptdir="$(cd "$scriptdir" && pwd)"

"$scriptdir/retropie_packages.sh" setup gui

0 comments on commit a5eb4cc

Please sign in to comment.