Skip to content

Commit

Permalink
armv7 ci: fix rpi toolchain install
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Jul 7, 2017
1 parent 8bfd987 commit 4a1c099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/linuxarmv7l/install.sh
Expand Up @@ -7,7 +7,7 @@ age () { stat=$(stat --printf="%Y %F\n" "$1"); echo $((($(date +%s) - ${stat%% *


SUDO=
ROOT=$( cd "$(dirname "$0")" ; pwd -P )
export ROOT=$( cd "$(dirname "$0")" ; pwd -P )

trapError() {
echo
Expand Down

0 comments on commit 4a1c099

Please sign in to comment.