Making check target in manpages makefile comply with the rest.
[debian-live-build.git] / functions / breakpoints.sh
blobf5ba3c4c011f40246c8dac7738773e09f399c8f3
1 #!/bin/sh
3 ## live-build(7) - System Build Scripts
4 ## Copyright (C) 2006-2014 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