Skip to content

Commit

Permalink
16.04 prereqs: re-indent according to emacs' sh-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoyner-tri committed Sep 19, 2016
1 parent 811be26 commit ce96f55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup/ubuntu/16.04/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# 16.04 support is in beta. It is not tested in CI or officially supported.

if [[ $EUID -ne 0 ]]; then
echo "The Drake prerequisite set-up script must run as root. Please use sudo." 1>&2
exit 1
echo "The Drake prerequisite set-up script must run as root. Please use sudo." 1>&2
exit 1
fi

. /etc/lsb-release

if [[ $DISTRIB_RELEASE -ne "16.04" ]]; then
echo "The Drake prerequisite set-up script only supports Ubuntu 16.04." 1>&2
exit 1
echo "The Drake prerequisite set-up script only supports Ubuntu 16.04." 1>&2
exit 1
fi

# Install the APT dependencies.
Expand Down Expand Up @@ -64,7 +64,7 @@ unzip
valgrind
EOF
)
)

# TODO(david-german-tri): Do we need to munge the MATLAB C++ libraries?
# http://drake.mit.edu/ubuntu.html#matlab
Expand Down

0 comments on commit ce96f55

Please sign in to comment.