X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3634fc257bd0667daef14d72005cd87c735bbb24..a85c067ba6c6940512cf57ec213277a370d87e70:/src/scripts/Configure-os.h diff --git a/src/scripts/Configure-os.h b/src/scripts/Configure-os.h index e9f6afd98..f95a61a5d 100755 --- a/src/scripts/Configure-os.h +++ b/src/scripts/Configure-os.h @@ -1,4 +1,5 @@ #! /bin/sh +# SPDX-License-Identifier: GPL-2.0-only # Shell script to create a link to the appropriate OS-specific header file. @@ -28,7 +29,7 @@ then echo "" fi rm -f os.h -# In order to accomodate for the fudge below, copy the file instead of +# In order to accommodate for the fudge below, copy the file instead of # symlinking it. Otherwise we pollute the clean copy with the fudge. cp -p ../OS/os.h-$os os.h || exit 1