projects
/
invirt/packages/invirt-dev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2beab39
)
Kill some superfluous whitespace in invirt-ood-build
author
Evan Broder
<broder@mit.edu>
Mon, 10 Nov 2008 08:45:41 +0000
(
03:45
-0500)
committer
Evan Broder
<broder@mit.edu>
Mon, 10 Nov 2008 08:45:41 +0000
(
03:45
-0500)
svn path=/trunk/packages/invirt-dev/; revision=1585
invirt-ood-build
patch
|
blob
|
history
diff --git
a/invirt-ood-build
b/invirt-ood-build
index
41f1408
..
2e0c060
100755
(executable)
--- 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