From 5124254c6246993980f12f4152fb69f5620f1283 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 17 Jun 2010 21:14:39 -0400 Subject: pedantic --- squashfu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'squashfu') diff --git a/squashfu b/squashfu index f4f72ee..f024be8 100755 --- a/squashfu +++ b/squashfu @@ -174,7 +174,7 @@ action_backup () { # Does the binventory exist? If not, prompt to make sure this is an initialization if [[ ! -f "$BINVENTORY" || ! -f "$SEED" ]]; then - echo -ne "\033[1;33m::\033[0m" + echo -ne "\033[1;33m::\033[0m " read -N1 -p "Looks like this is your first time running SquashFu. Is this correct? [y/N] " reply echo [[ ! "$reply" =~ [Yy] ]] && die "Your bin inventory and/or seed seem to be missing. Please fix this before continuing." -- cgit v1.2.3