diff options
Diffstat (limited to 'scripts/gen_build_files.sh')
-rwxr-xr-x | scripts/gen_build_files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_build_files.sh b/scripts/gen_build_files.sh index ea14de5e2..6982877d8 100755 --- a/scripts/gen_build_files.sh +++ b/scripts/gen_build_files.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/sh |
2 | # bashism: | 2 | # bashism: |
3 | # "read -r" without variable name reads line into $REPLY | 3 | # "read -r" without variable name reads line into $REPLY |
4 | # without stripping whitespace. | 4 | # without stripping whitespace. |