Fix a small bug

This commit is contained in:
Yann Esposito (Yogsototh) 2012-06-15 16:05:55 +02:00
parent 72bbebfe59
commit c24f8bfd09

View file

@ -35,8 +35,8 @@ ghroot=/tmp/ghroot$$
mkdir $ghroot
debug mv output/index.html $ghroot
debug mv output/* $ghroot
debug cp output/Scratch/en/error/404-not_found/index.html $ghroot/404.html
debug cd $ghroot
debug cp Scratch/en/error/404-not_found/index.html ./404.html
debug tar cf ghroot.tar *
debug cd $rootdir