Comment 3 for bug 250431

Revision history for this message
Araz (araz-alipour) wrote :

another thing needs change:
remove that comma in the end of this line:
our $UTIL_DATE=`whereis -b date -R | cut -d " " -f 2,`;

=> our $UTIL_DATE=`whereis -b date -R | cut -d " " -f 2`;

file updated