NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

C Question



Please whats going wrong
regards Mauri

./configure[21126]: syntax error: `((' unexpected
./configure[21126]:

   while read line; do
        test -z "$line" && break;
        plugin="    ${line%:*}:"
        status=${line#*:}
        let extracols=34-${#plugin}
        echo -n "$plugin"
        for (( i=0; $i<$extracols; i++ )); do
                    echo -n ' '
        done
        echo $status
    done << GPEOF
$build_feature_statusmsg



Home | Main Index | Thread Index | Old Index