summaryrefslogblamecommitdiffstats
path: root/tasks/shell.task.sh
blob: cf38adc96cde8bb921e2b5573029587f74222299 (plain) (tree)
1
2
3
4
5
6
7
8







                                                     
shell() {
  if [ ! -e $BROOT_BUILDROOT_PATH/bootstraped ]; then
    echo "  Can't find buildroot."
    exit 13
  fi
  echo "  Switching to chroot"
  chroot-exec /bin/bash 
}