diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2012-08-30 22:06:44 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2012-08-30 22:06:44 +0000 |
commit | ae82476fa63a5243252ec51fa55c574eb49d79e9 (patch) | |
tree | be4fd4a28690f9e153f667b01963efc4ae97cba9 /usr.bin/mkdep | |
parent | f82142d80d1391ce3bad9940312dede618fd67db (diff) |
fix typo in last commit
"obviously correct" guenther@
Diffstat (limited to 'usr.bin/mkdep')
-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 |