diff options
Diffstat (limited to 'contrib/gcc_build')
-rwxr-xr-x | contrib/gcc_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc_build b/contrib/gcc_build index f0e7926..91091ed 100755 --- a/contrib/gcc_build +++ b/contrib/gcc_build @@ -111,7 +111,7 @@ update_gcc() { changedir ${DESTINATION} # Update the tree - ./contrib/gcc_update -d || \ + ./contrib/gcc_update || \ error "Could not update GCC" } |