[otrs-cvs] CVS: otrs/scripts/auto_build docbuild.sh,1.3,1.3.2.1
cvs-log at otrs.org
cvs-log at otrs.org
Tue Aug 22 19:46:05 CEST 2006
Update of /home/cvs/otrs/scripts/auto_build
In directory lancelot:/tmp/cvs-serv25209
Modified Files:
Tag: rel-2_0
docbuild.sh
Log Message:
Added missing option for mkdir
Index: docbuild.sh
===================================================================
RCS file: /home/cvs/otrs/scripts/auto_build/docbuild.sh,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** docbuild.sh 25 Oct 2005 18:51:35 -0000 1.3
--- docbuild.sh 22 Aug 2006 16:45:58 -0000 1.3.2.1
***************
*** 1,6 ****
#!/bin/sh
# --
! # scripts/auto_build/docbuild.sh - build automatically OTRS docu
! # Copyright (C) 2001-2005 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id$
--- 1,6 ----
#!/bin/sh
# --
! # scripts/auto_build/docbuild.sh - Automated creation of the OTRS docu
! # Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
# --
# $Id$
***************
*** 21,26 ****
# --
! echo "docbuild.sh - build automatically OTRS docu <\$Revision$>"
! echo "Copyright (c) 2001-2005 Martin Edenhofer <martin at otrs.org>"
--- 21,26 ----
# --
! echo "docbuild.sh - Automated creation of the OTRS docu <\$Revision$>"
! echo "Copyright (c) 2001-2006 Martin Edenhofer <martin at otrs.org>"
***************
*** 78,82 ****
# build docu
! mkdir $PACKAGE_BUILD_DIR/$Language/
cd $PACKAGE_BUILD_DIR/$Language/
--- 78,82 ----
# build docu
! mkdir -p $PACKAGE_BUILD_DIR/$Language/
cd $PACKAGE_BUILD_DIR/$Language/
More information about the cvs-log
mailing list