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
Task Type Bug Report
Category makepkg
Status Closed
Assigned To Aaron Griffin (phrakture)
Architecture All
Severity Very Low
Priority Normal
Reported Version 3.0.4
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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
Comment by Dag (rixxon) - Wednesday, 30 May 2007, 22:34 GMT
I obviously pasted the fixed snippet instead of the faulty one. This is what I meant to paste:

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 ..."

Loading...