Browse Source

if a dierectory is spcifyed echo the directory being processed

Bill Gianopoulos 3 years ago
parent
commit
6f9dc47372
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/check_series.sh

+ 1 - 0
scripts/check_series.sh

@@ -4,6 +4,7 @@ if [ "$1" = "" ]
 then
   pushd . >/dev/null
 else
+  echo Checking $i ...
   pushd $1 >/dev/null
 fi
 if [ ! -f series ]