summaryrefslogtreecommitdiffstats
path: root/migratekde3
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-08-12 14:21:54 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-08-12 14:21:54 -0500
commit5d3183a814e47b543692f68695c29f6e4ac9d2bd (patch)
tree1cea3b9e36408728228cba28a7a92ced4602c6c2 /migratekde3
parent092b8253e8e7d0f11e5c6ec181aec9a10cac5bb0 (diff)
downloadtdebase-5d3183a814e47b543692f68695c29f6e4ac9d2bd.tar.gz
tdebase-5d3183a814e47b543692f68695c29f6e4ac9d2bd.zip
Update stdout messages to provide better information.
Diffstat (limited to 'migratekde3')
-rw-r--r--migratekde32
1 files changed, 1 insertions, 1 deletions
diff --git a/migratekde3 b/migratekde3
index 40be69193..17416c746 100644
--- a/migratekde3
+++ b/migratekde3
@@ -109,7 +109,7 @@ if [ -x $BIN_DIR/tde-config ]; then
export TDEDIR=${BIN_DIR%/bin}
echo "Trinity Desktop Environment base directory is $TDEDIR" 1>&2
else
- echo "Unable to determine TDE base directory."
+ echo "Unable to determine the TDE bin directory, where this script should be installed."
echo "This script should be installed in the same directory."
echo "Exiting."
exit 1