diff options
Diffstat (limited to 'scripts/create_config')
| -rwxr-xr-x | scripts/create_config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/create_config b/scripts/create_config index 6d8f08b39d..bc82661041 100755 --- a/scripts/create_config +++ b/scripts/create_config @@ -1,5 +1,7 @@ #!/bin/sh +test $# -gt 0 && exec < $1 + echo "/* Automatically generated by create_config - do not modify */" while read line; do |
