From 4a78a9bb63dd22e9ed722d74edf92c2febf0f6e7 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 10 Nov 2008 03:45:41 -0500 Subject: [PATCH] Kill some superfluous whitespace in invirt-ood-build svn path=/trunk/packages/invirt-dev/; revision=1585 --- invirt-ood-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invirt-ood-build b/invirt-ood-build index 41f1408..2e0c060 100755 --- a/invirt-ood-build +++ b/invirt-ood-build @@ -9,7 +9,7 @@ fi echo "The following NEW packages will be built:" echo $packages | fmt | sed 's/^/ /' -echo "Do you want to continue? [Y/n]" +echo -n "Do you want to continue? [Y/n] " read answer if [ "${answer:0:1}" = "n" -o "${answer:0:1}" = "N" ]; then -- 1.7.9.5