From f6b212e537f07628e99b84bf5d244ad1c8001b0c Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 25 Aug 2008 12:18:24 +0000 Subject: [PATCH] fpccrosswin32: fixed typo git-svn-id: trunk@16222 - --- tools/install/cross_unix/update_cross_fpc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/install/cross_unix/update_cross_fpc.sh b/tools/install/cross_unix/update_cross_fpc.sh index f4660b2711..875f96b2d7 100755 --- a/tools/install/cross_unix/update_cross_fpc.sh +++ b/tools/install/cross_unix/update_cross_fpc.sh @@ -308,8 +308,8 @@ if [ $BuildCrossFPC = "yes" ]; then #debugging: head -n 40 buildcrosssnapshot.sh # build the cross fpc - echo "building cross fpc for target $Target in $BuildRoot/bintuils/cross/destination/" - echo "see logs in $BuildRoot/bintuils/cross/logs/" + echo "building cross fpc for target $Target in $BuildRoot/binutils/cross/destination/" + echo "see logs in $BuildRoot/binutils/cross/logs/" sh buildcrosssnapshot.sh done fi