aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-06-17 21:14:39 -0400
committerDave Reisner <d@falconindy.com>2010-06-17 21:14:48 -0400
commit5124254c6246993980f12f4152fb69f5620f1283 (patch)
tree6013bb1794fdd5d9fecdcaa4776aeb1310c636fb /squashfu
parent754c27aa94fd3281d29b053f3746f3fb27e9d41d (diff)
downloadsquashfu-5124254c6246993980f12f4152fb69f5620f1283.tar.gz
pedantic
Diffstat (limited to 'squashfu')
-rwxr-xr-xsquashfu2
1 files changed, 1 insertions, 1 deletions
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."