regeneration

This commit is contained in:
Yann Esposito (Yogsototh) 2012-04-11 01:28:19 +02:00
parent e548e20e85
commit 7e6290c24d

View file

@ -10,6 +10,11 @@ function debug {
eval $*
}
if [[ $1 = '--unsafe' ]]; then
log "UNSAFE no compilation"
fi
current_branch=$(git branch | egrep '^\*' | awk '{print $2}')
cd $rootdir || { print -- "Unable to go to $HOME/Sites/webroot"; exit 1 }