From f5e625cc9570f9f5ad2db4b9d1aa774715156ffa Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 30 Dec 2010 10:48:52 +0000 Subject: Prettify output. --- scripts/sd-all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/sd-all b/scripts/sd-all index 15002cc..4156a63 100755 --- a/scripts/sd-all +++ b/scripts/sd-all @@ -10,5 +10,7 @@ awk ' while read repo do export SD_REPO="$repo" + echo "SD repo: $repo" sd "$@" || exit 1 + echo done -- cgit v1.2.1