From d7cb3c62c90aaa3027730e07136fa7df371290c4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Jun 2010 17:19:19 +0200 Subject: Cosmetic changes --- build/import/cli/configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build') diff --git a/build/import/cli/configure b/build/import/cli/configure index 23f3080..21a09c5 100755 --- a/build/import/cli/configure +++ b/build/import/cli/configure @@ -16,12 +16,12 @@ source $bld_root/dialog.bash $echo -$echo "Configuring external dependency on 'CLI' for '$project_name'." +$echo "Configuring external dependency on 'cli' for '$project_name'." $echo $echo $echo "Would you like to configure dependency on the installed " -$echo "version of 'CLI' as opposed to the development build?" +$echo "version of 'cli' as opposed to the development build?" $echo installed=`read_y_n y` @@ -31,13 +31,13 @@ path= if [ "$installed" = "n" ]; then $echo -$echo "Please enter the src_root for 'CLI'." +$echo "Please enter the src_root for 'cli'." $echo src_root=`read_path --directory --exist` $echo -$echo "Please enter the out_root for 'CLI'." +$echo "Please enter the out_root for 'cli'." $eche out_root=`read_path --directory $src_root` -- cgit v1.1