Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107815944
D40434.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
408 B
Referenced Files
None
Subscribers
None
D40434.diff
View Options
diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh
--- a/usr.sbin/freebsd-update/freebsd-update.sh
+++ b/usr.sbin/freebsd-update/freebsd-update.sh
@@ -1202,10 +1202,10 @@
continuep () {
while read -p "Does this look reasonable (y/n)? " CONTINUE; do
case "${CONTINUE}" in
- y*)
+ [yY]*)
return 0
;;
- n*)
+ [nN]*)
return 1
;;
esac
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 10:44 AM (21 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15939233
Default Alt Text
D40434.diff (408 B)
Attached To
Mode
D40434: freebsd-update: Allow for upper/lowercase y/n
Attached
Detach File
Event Timeline
Log In to Comment