projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
test: Fix building of noopchroot
[apt.git]
/
dselect
/
update
diff --git
a/dselect/update
b/dselect/update
index 487fbf226d1ab253b576e2b4285da709b838e57b..0ab317ee40654bd2f6d6bc59c21b2da47c8e4931 100755
(executable)
--- a/
dselect/update
+++ b/
dselect/update
@@
-42,7
+42,7
@@
then
fi
if [ x$PROMPT = "xtrue" ]; then
- echo $"Press
enter
to continue." && read RES;
+ echo $"Press
[Enter]
to continue." && read RES;
fi
exit $STATUS