Revision 9506caa7

View differences:

bootloader/AMiRo-BLT
1
Subproject commit ec50c96e42fde4c9e2f628ea86294df948403966
1
Subproject commit 93933a759461b7137b600efef09d3bd612bc8626
tools/bash/setuplib.sh
100 100
#                 No error or warning occurred.
101 101
#
102 102
function quitScript {
103
  printInfo "exiting $(realpath ${BASH_SOURCE[0]})\n"
104
  printf "\n"
103
  if [ ! -z ${BASH_SOURCE[1]} ]; then
104
    printInfo "exiting $(realpath --relative-to="${PWD}" "${BASH_SOURCE[1]}")\n"
105
    printf "\n"
106
  fi
105 107
  printf "######################################################################\n"
106 108
  exit 0
107 109
}

Also available in: Unified diff