diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 12:13:34 +0000 |
commit | 6c4dadefb611d8fa3336fba9f4dfadceb7beea88 (patch) | |
tree | b9e88bff6dc329f6190559cdb0f18c945ed2c63b /scripts/checkhelp.awk | |
parent | a46d2b1d2de382081f482c653f3d5c6dd75966b8 (diff) | |
download | busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.gz busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.tar.bz2 busybox-w32-6c4dadefb611d8fa3336fba9f4dfadceb7beea88.zip |
- update my name. No obj-code changes ;)
Diffstat (limited to 'scripts/checkhelp.awk')
-rwxr-xr-x | scripts/checkhelp.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkhelp.awk b/scripts/checkhelp.awk index 4bb4996dc..2468db2da 100755 --- a/scripts/checkhelp.awk +++ b/scripts/checkhelp.awk | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/usr/bin/awk -f | 1 | #!/usr/bin/awk -f |
2 | # AWK script to check for missing help entries for config options | 2 | # AWK script to check for missing help entries for config options |
3 | # | 3 | # |
4 | # Copyright (C) 2006 Bernhard Fischer | 4 | # Copyright (C) 2006 Bernhard Reutner-Fischer |
5 | # | 5 | # |
6 | # This file is distributed under the terms and conditions of the | 6 | # This file is distributed under the terms and conditions of the |
7 | # MIT/X public licenses. See http://opensource.org/licenses/mit-license.html | 7 | # MIT/X public licenses. See http://opensource.org/licenses/mit-license.html |