summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-12-30 10:48:52 +0000
committerLars Wirzenius <liw@liw.fi>2010-12-30 10:48:52 +0000
commitf5e625cc9570f9f5ad2db4b9d1aa774715156ffa (patch)
tree9a16d5dc7ecde16703538f1878de5221f6c537ae
parentf7c33696f0cc89c4146cc1ccc5cf46f7e0990f4a (diff)
downloadliw-automation-f5e625cc9570f9f5ad2db4b9d1aa774715156ffa.tar.gz
Prettify output.
-rwxr-xr-xscripts/sd-all2
1 files changed, 2 insertions, 0 deletions
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