FreeBSD Bugzilla – Attachment 9762 Details for
Bug 19858
mergemasters interpretation of $PAGER is incorrect [PATCH]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 706 bytes, created by
Brian Somers
on 2000-07-12 02:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Brian Somers
Created:
2000-07-12 02:20:00 UTC
Size:
706 bytes
patch
obsolete
>Index: mergemaster.sh >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/mergemaster/mergemaster.sh,v >retrieving revision 1.8 >diff -u -r1.8 mergemaster.sh >--- mergemaster.sh 2000/05/12 03:09:57 1.8 >+++ mergemaster.sh 2000/06/30 10:04:40 >@@ -252,7 +252,7 @@ > # > case "${DONT_CHECK_PAGER}" in > '') >- while [ "${PAGER}" != "more" -a -n "${PAGER}" -a ! -x "${PAGER%% *}" ]; do >+ while ! type "${PAGER%% *}" >/dev/null && [ -n "$PAGER" ]; do > echo " *** Your PAGER environment variable specifies '${PAGER}', but" > echo " I cannot execute it. In general it is good practice to" > echo " specify the full path for environment variables like"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19858
: 9762 |
9763
|
9764