diff options
author | ache <ache@FreeBSD.org> | 1995-01-17 23:44:34 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-17 23:44:34 +0000 |
commit | 392129c113d737ec167af0b945599e518e6f4da6 (patch) | |
tree | 0b74fcca292e154420659e926898f133726cabf0 /benchmarks/iozone21 | |
parent | 4c31bc5d1c1623084424272d223a72119b91ef2f (diff) | |
download | FreeBSD-ports-392129c113d737ec167af0b945599e518e6f4da6.zip FreeBSD-ports-392129c113d737ec167af0b945599e518e6f4da6.tar.gz |
Put cd command under brackets for proper exit code
Diffstat (limited to 'benchmarks/iozone21')
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index c02157b..1669380 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -1,7 +1,7 @@ DISTFILES= iozone-2.01.shar.gz DISTNAME= iozone MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/ -EXTRACT_CMD= cd ${WRKDIR}; (gzcat | /usr/local/bin/gunshar) +EXTRACT_CMD= (cd ${WRKDIR}; gzcat | /usr/local/bin/gunshar) EXTRACT_ARGS= < NO_WRKSUBDIR= YES DEPENDS= ${PORTSDIR}/archivers/gshar+gunshar |