diff options
author | Michael Santos <[email protected]> | 2016-01-20 15:16:06 -0500 |
---|---|---|
committer | Michael Santos <[email protected]> | 2016-01-20 15:16:06 -0500 |
commit | 40053b5f68655d76c0138e9be4306228ec14cd1e (patch) | |
tree | 698705bf7adf8076971e075762ff3ffdbd36851d /erts/etc/win32/cygwin_tools | |
parent | 1237669f7c59714f0c27d3df748241dfd655c0be (diff) | |
download | otp-40053b5f68655d76c0138e9be4306228ec14cd1e.tar.gz otp-40053b5f68655d76c0138e9be4306228ec14cd1e.tar.bz2 otp-40053b5f68655d76c0138e9be4306228ec14cd1e.zip |
Fix typo in Windows build scripts
Diffstat (limited to 'erts/etc/win32/cygwin_tools')
-rwxr-xr-x | erts/etc/win32/cygwin_tools/vc/cc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/win32/cygwin_tools/vc/cc.sh b/erts/etc/win32/cygwin_tools/vc/cc.sh index 48a579d5f0..651b6e098d 100755 --- a/erts/etc/win32/cygwin_tools/vc/cc.sh +++ b/erts/etc/win32/cygwin_tools/vc/cc.sh @@ -267,7 +267,7 @@ for x in $SOURCES; do echo echo after_sed=`date '+%s'` - echo Made dependencises for $x':' `expr $after_sed '-' $start_time` 's' >&2 + echo Made dependencies for $x':' `expr $after_sed '-' $start_time` 's' >&2 fi else cat $MSG_FILE |