Releasing debian version 5.0~a7-1.
[debian-live-build.git] / functions / breakpoints.sh
blob55f4d4240caabe88a477444104b16259d83313c7
1 #!/bin/sh
3 ## live-build(7) - System Build Scripts
4 ## Copyright (C) 2006-2015 Daniel Baumann <mail@daniel-baumann.ch>
5 ##
6 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
7 ## This is free software, and you are welcome to redistribute it
8 ## under certain conditions; see COPYING for details.
11 Breakpoint ()
13 NAME="${1}"
15 if [ "${_BREAKPOINTS}" = "true" ]
16 then
17 Echo_message "Waiting at %s" "${NAME}"
18 read WAIT