summaryrefslogtreecommitdiff
path: root/sloccount
diff options
context:
space:
mode:
Diffstat (limited to 'sloccount')
-rwxr-xr-xsloccount8
1 files changed, 4 insertions, 4 deletions
diff --git a/sloccount b/sloccount
index 9491227..99dc028 100755
--- a/sloccount
+++ b/sloccount
@@ -225,15 +225,15 @@ in
esac
cd $datadir
- if echo "Categorizing files." &&
+ if echo "Categorizing files." 1>&2 &&
break_filelist --duplistfile sloc_hashes $duplicate_control $autogen * &&
- echo "Computing results." &&
+ echo "Computing results." 1>&2 &&
compute_all *
then
display_results=y
fi
- echo
- echo
+ echo 1>&2
+ echo 1>&2
;;
esac