diff options
Diffstat (limited to 'create_config')
-rwxr-xr-x | create_config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/create_config b/create_config index 5bc8fb6b41..30d0487e24 100755 --- a/create_config +++ b/create_config @@ -1,5 +1,7 @@ #!/bin/sh +echo "/* Automatically generated by create_config - do not modify */" + while read line; do case $line in |