diff options
author | 2012-08-30 22:06:43 +0000 | |
---|---|---|
committer | 2012-08-30 22:06:43 +0000 | |
commit | c61fd82240fc68346c0bde50818a4e9b907708ac (patch) | |
tree | 84de46e56e53fe0ce6153b3991ec88eb032f9052 | |
parent | - rename show_envelope() to show_queue_envelope() (diff) | |
download | wireguard-openbsd-c61fd82240fc68346c0bde50818a4e9b907708ac.tar.xz wireguard-openbsd-c61fd82240fc68346c0bde50818a4e9b907708ac.zip |
fix typo in last commit
"obviously correct" guenther@
-rw-r--r-- | usr.bin/mkdep/mkdep.gcc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh index 71e1fbb0d5f..5033d620286 100644 --- a/usr.bin/mkdep/mkdep.gcc.sh +++ b/usr.bin/mkdep/mkdep.gcc.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: mkdep.gcc.sh,v 1.16 2012/08/29 16:51:12 guenther Exp $ +# $OpenBSD: mkdep.gcc.sh,v 1.17 2012/08/30 22:06:43 halex Exp $ # $NetBSD: mkdep.gcc.sh,v 1.9 1994/12/23 07:34:59 jtc Exp $ # # Copyright (c) 1991, 1993 @@ -117,7 +117,7 @@ if [ $append = 1 ]; then exit 1 fi else - postprocd $TMP > $D + postproc $TMP > $D if [ $? != 0 ]; then echo 'mkdep: rename failed.' rm -f $TMP |