Fix bin/dump_crontab

~/infrastructure is a symlink to ~/CGAL/branches/local-master.git where I
can modify files
This commit is contained in:
Laurent Rineau 2012-11-13 14:45:13 +01:00
parent 4c540f9e7b
commit 899e8c55d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/zsh
cd $HOME/CGAL/next/Maintenance/infrastructure/cgal.geometryfactory.com/
cd $HOME/infrastructure
crontab -l >| crontab
if [ -d ../../../.git ]; then
git pull --quiet