X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/ff86345ee2c0b8c21e8008ca611932c726238a6b..99bfcf2b678e7bd8125a7eb44409e46549bfc111:/src/scripts/Configure-os.h diff --git a/src/scripts/Configure-os.h b/src/scripts/Configure-os.h index f3d8d5193..ae1ecf943 100755 --- a/src/scripts/Configure-os.h +++ b/src/scripts/Configure-os.h @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/src/scripts/Configure-os.h,v 1.3 2008/04/13 09:22:45 tom Exp $ # Shell script to create a link to the appropriate OS-specific header file. @@ -29,7 +28,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