From 16a3c71f689cc28457fd948670d168f1787ccc61 Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Sat, 31 Dec 2005 05:05:41 +0000 Subject: Update the `touch .unpacked` error message to output the actual path in order to match the other touch error messages. svn path=/main/trunk/; revision=2507 --- bin/ebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 06086f22f..dc3bf6a14 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -658,7 +658,7 @@ dyn_unpack() { [ -d "$WORKDIR" ] && cd "${WORKDIR}" echo ">>> Unpacking source..." src_unpack - touch "${PORTAGE_BUILDDIR}/.unpacked" || die "IO Failure -- Failed 'touch .unpacked' in BUILDIR" + touch "${PORTAGE_BUILDDIR}/.unpacked" || die "IO Failure -- Failed 'touch .unpacked' in ${PORTAGE_BUILDIR}" echo ">>> Source unpacked." cd "${PORTAGE_BUILDDIR}" -- cgit v1.2.3-1-g7c22