From 5de75f9d73d2561d3f57c5c21ecbaeab19f5d657 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Fri, 25 Apr 2008 13:46:13 +0000 Subject: * bin/ptxdist: check_dirs_prefix(): use correct var in error message git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8103 33e552b5-05e3-0310-8538-816dae2090ed --- bin/ptxdist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ptxdist b/bin/ptxdist index a27777fe0..3ee421978 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -271,7 +271,7 @@ check_dirs_prefix() { touch "${testfile}" 2> /dev/null if [ $? -ne 0 ]; then echo - echo "error: \"${ptxconf_prefix}\"" + echo "error: \"${prefix}\"" echo " does exist, but is not writeable." echo " Change the permissions and try again." echo @@ -289,7 +289,7 @@ check_dirs_prefix() { touch "${testfile}" 2> /dev/null if [ $? -ne 0 ]; then echo - echo "error: cannot make \"${ptxconf_prefix}\" writeable, giving up" + echo "error: cannot make \"${prefix}\" writeable, giving up" echo exit 1 fi -- cgit v1.2.3