Revision e687187f

View differences:

setup.sh
266 266
### check whether commands are available #######################################
267 267
# Checks whether the specified commands are available and can be executed.
268 268
#
269
# usage:      checkCommand [<command> <command> ...]
269
# usage:      checkCommands [<command> <command> ...]
270 270
# arguments:  <command>
271 271
#                 Name of the command to check.
272 272
# return:     0
......
460 460
#                 Warning: Setup aborted by user.
461 461
#             -1
462 462
#                 Error: Unexpected user input.
463
#             -2
464
#                 Error: Missing dependecny.
463 465
#
464 466
function serialBootSetup {
465 467
  local amirobltdir=$(dirname $(realpath ${BASH_SOURCE[0]}))
tools/compiler/GCC/gccsetup.sh
266 266
### check whether commands are available #######################################
267 267
# Checks whether the specified commands are available and can be executed.
268 268
#
269
# usage:      checkCommand [<command> <command> ...]
269
# usage:      checkCommands [<command> <command> ...]
270 270
# arguments:  <command>
271 271
#                 Name of the command to check.
272 272
# return:     0
tools/compiler/compilersetup.sh
266 266
### check whether commands are available #######################################
267 267
# Checks whether the specified commands are available and can be executed.
268 268
#
269
# usage:      checkCommand [<command> <command> ...]
269
# usage:      checkCommands [<command> <command> ...]
270 270
# arguments:  <command>
271 271
#                 Name of the command to check.
272 272
# return:     0
tools/ide/QtCreator/QtCreatorSetup.sh
266 266
### check whether commands are available #######################################
267 267
# Checks whether the specified commands are available and can be executed.
268 268
#
269
# usage:      checkCommand [<command> <command> ...]
269
# usage:      checkCommands [<command> <command> ...]
270 270
# arguments:  <command>
271 271
#                 Name of the command to check.
272 272
# return:     0
tools/ide/idesetup.sh
266 266
### check whether commands are available #######################################
267 267
# Checks whether the specified commands are available and can be executed.
268 268
#
269
# usage:      checkCommand [<command> <command> ...]
269
# usage:      checkCommands [<command> <command> ...]
270 270
# arguments:  <command>
271 271
#                 Name of the command to check.
272 272
# return:     0

Also available in: Unified diff