[GIT] ppl/w3ppl(master): Fixed redirection.
20 Feb
2011
20 Feb
'11
6:07 p.m.
Module: ppl/w3ppl Branch: master Commit: 7fc0a8bab31c3e7a08cfcdd13ce75b0c7df06fc3 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/w3ppl.git;a=commit;h=7fc0a8bab31... Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Sun Feb 20 15:48:12 2011 +0100 Fixed redirection. --- bin/update_web_site | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/update_web_site b/bin/update_web_site index 3c8db83..dcf94ee 100755 --- a/bin/update_web_site +++ b/bin/update_web_site @@ -218,7 +218,7 @@ fi # Build the doxygen documentation. cd $top_dir/build/doc -make world >&MAKELOG.documentation +make world >MAKELOG.documentation 2>&1 if [ $? -ne 0 ] then echo "*** Cannot make world." >>$notification
5438
Age (days ago)
5438
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roberto Bagnara