Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/scripts/checkhelp.awk

    r1765 r2725  
    22# AWK script to check for missing help entries for config options
    33#
    4 # Copyright (C) 2006 Bernhard Fischer
     4# Copyright (C) 2006 Bernhard Reutner-Fischer
    55#
    66# This file is distributed under the terms and conditions of the
     
    3333END {
    3434    for (i = 0; i <= pos; i++) {
    35 #   printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]);
     35#   printf("%s: help for #%i '%s' == %i\n", file[i], i, conf[i], help[i]);
    3636        if (help[i] == 0) {
    3737            printf("%s: No helptext for '%s'\n", file[i], conf[i]);
Note: See TracChangeset for help on using the changeset viewer.