summaryrefslogtreecommitdiff
path: root/scripts/sd-all
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sd-all')
-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