/[MITgcm]/mitgcm.org/scripts/mk_git_tarfile
ViewVC logotype

Diff of /mitgcm.org/scripts/mk_git_tarfile

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.6 by jmc, Thu Feb 1 01:16:38 2018 UTC revision 1.7 by jmc, Thu Feb 1 06:48:54 2018 UTC
# Line 48  ls -l ${arName}* Line 48  ls -l ${arName}*
48    
49  #exit  #exit
50  backupDir="other_checkpoints"  backupDir="other_checkpoints"
51  if test -d ../$backupDir ; then  if test ! -d ../$backupDir ; then
  #ls -ld ../$backupDir  
 else  
52    echo -n " make dir: $backupDir"    echo -n " make dir: $backupDir"
53    mkdir ../$backupDir    mkdir ../$backupDir
54    outp=$?    outp=$?
# Line 61  else Line 59  else
59       echo " Done"       echo " Done"
60       ls -ld ../$backupDir       ls -ld ../$backupDir
61    fi    fi
62    #else
63    # ls -ld ../$backupDir
64  fi  fi
65    
66  savRepo="${git_code}_git"  savRepo="${git_code}_git"

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22