FS#7317 - [PATCH] Makepkg stutters in warning
Attached to Project:
Pacman
Opened by Dag (rixxon) - Wednesday, 30 May 2007, 22:31 GMT
Last edited by Dan McGee (toofishes) - Thursday, 31 May 2007, 03:57 GMT
Opened by Dag (rixxon) - Wednesday, 30 May 2007, 22:31 GMT
Last edited by Dan McGee (toofishes) - Thursday, 31 May 2007, 03:57 GMT
|
Details
Summary and Info:
Poking around in the Git makepkg source code, I noticed a double occurance of the word "you" in the warning hinting to use the new --asroot argument: error "$(gettext "Running makepkg as root is a BAD idea and can cause")" plain "$(gettext "permanent, catastrophic damage to your system. If you")" plain "$(gettext "wish to run as root, please use the --asroot option.")" Steps to Reproduce: # makepkg |
This task depends upon
Closed by Dan McGee (toofishes)
Thursday, 31 May 2007, 03:57 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in my git tree
Thursday, 31 May 2007, 03:57 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in my git tree
error "$(gettext "Running makepkg as root is a BAD idea and can cause")"
plain "$(gettext "permanent, catastrophic damage to your system. If you")"
plain "$(gettext "you wish to run as root, please use the --asroot option.")"
Notice the double you: "If you you wish ..."