Project

General

Profile

Bug #27350

Updated by Nicolas CHARLES 8 days ago

I don't understand why, but the CODE=1 doesn't appear in the bash -x of the scripts 


 script 

 <pre> 
 + CODE=0 
 + cut -f3 -d: /etc/passwd 
 + sort -n 
 + uniq -c 
 + read x 
 + '[' -z 1 ']' 
 + set - 1 
 Duplicate UID (48): apache itruc 
 + exit 0 
 </pre>

Back