Skip to content

Commit 7a3a587

Browse files
committed
Be sure we are running the real du here
1 parent e20c33c commit 7a3a587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/make-release-pkg.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ then
359359
tar cfz ${RELEASE_TGZ} ${SWIFT_T_RELEASE}
360360

361361
print "Swift/T package created at $(pwd)/${RELEASE_TGZ}"
362-
du -h ${RELEASE_TGZ}
362+
=du -h ${RELEASE_TGZ}
363363
md5sum ${RELEASE_TGZ}
364364
else
365365
print "Swift/T exported to ${DISTRO}/${SWIFT_T_RELEASE}"

0 commit comments

Comments
 (0)