FS#4470 - abs in pacman 2.9.8-1 with typo

Attached to Project: Arch Linux
Opened by Sanel Z. (karijes) - Monday, 17 April 2006, 16:54 GMT
Last edited by arjan timmerman (blaasvis) - Monday, 17 April 2006, 17:37 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Judd Vinet (judd)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,

I found a strange "typo" in latest abs script (pacman 2.9.8-1) from current. Here is sample (note: the same statement
is written twice):

---------------------------------------------------
if [ "$1" = "-p" ] || [ "$1" = "--passive" ];then
CONNMDE="-"
shift
else
CONNMODE="m"
shift
fi

if [ "$1" = "-p" ] || [ "$1" = "--passive" ];then
CONNMDE="-"
shift
else
CONNMODE="m"
shift
fi
---------------------------------------------------

Typo or something else ?

Sanel
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 26 October 2006, 22:02 GMT
Reason for closing:  Duplicate
Additional comments about closing:   bug 4056 

Loading...