diff --git a/functions/functions b/functions/functions index da6706f..cd95bbc 100644 --- a/functions/functions +++ b/functions/functions @@ -565,7 +565,7 @@ MakeMgtFiles() { while read <&3 RIGHTS USERID GROUPID NAME; do TYPE=`echo $RIGHTS|cut -c1` RIGHT=`echo $RIGHTS|GetFlags $RIGHTS` - if [ -f .$NAME ] && [ ! -h .$NAME ]; then + if [ -f ".$NAME" ] && [ ! -h ".$NAME" ]; then MDSUM=`md5sum .$NAME|cut -d" " -f1` else MDSUM=""