From 22ad92b9f8cf9f726ff9b9caa530ecf13d35fc87 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 22 Jul 2011 11:37:19 +0200 Subject: [PATCH] Cosmetics. --- clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean.sh b/clean.sh index 4ca5db6..496d46f 100755 --- a/clean.sh +++ b/clean.sh @@ -51,7 +51,7 @@ done for f in $(find -type f -executable); do if [ -f ${f}.cc ] || [ -f ${f}.c ]; then - echo "move $f to ${TRASH} (source code exists)" + echo "Moving $f to ${TRASH} (source code exists)" mv $f ${TRASH} fi done -- 2.20.1