diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/preconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/preconfig b/scripts/preconfig index aa8dbcc787..34cef71f11 100755 --- a/scripts/preconfig +++ b/scripts/preconfig @@ -5,7 +5,7 @@ disclaimer="Do NOT edit - this file is generated by preconfig" # security check - simply overwriting existing files could be harmful -if test -f configure.in.new || test -f acconfig.h.new ; then +if test -w configure.in.new || test -w acconfig.h.new ; then echo "Please remove the *.new files and rerun this command" exit 1 fi |