Skip to content

Commit 463d41e

Browse files
committed
better output to follow module loop progression
1 parent 613b05a commit 463d41e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

update_modules.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ set -e
55

66
for mod in jmcs jmal oitools oiexplorer-core aspro aspro-conf smprun smprsc smptest oimaging oimaging-uws-server mfgui oiexplorer sclgui # oiexplorer-existdb
77
do
8+
echo "Updating $mod module ..."
89
cd $mod
910
git pull
10-
cd -
11+
cd - > /dev/null
1112
done

0 commit comments

Comments
 (0)