summaryrefslogtreecommitdiffstats
path: root/starttde
diff options
context:
space:
mode:
Diffstat (limited to 'starttde')
-rwxr-xr-xstarttde1
1 files changed, 1 insertions, 0 deletions
diff --git a/starttde b/starttde
index b1f6505da..0465f219e 100755
--- a/starttde
+++ b/starttde
@@ -326,6 +326,7 @@ if [ -d "$tdehome" ]; then
fi
if [ "$R14_UPDATED" != "true" ] || [ "$R14_VERSION" -lt "$R14_SCRIPT" ]; then
if [ -e $TDEDIR/bin/r14-xdg-update ]; then
+ echo "[starttde] Running $TDEDIR/bin/r14-xdg-update script." 1>&2
sh $TDEDIR/bin/r14-xdg-update
EXIT_CODE="$?"
else