projects
/
ldapsaisie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c273f59
)
upgradeFromGit : fix bug
author
Benjamin Renard
<brenard@aconit.easter-eggs.fr>
Fri, 13 Nov 2009 17:50:48 +0000
(18:50 +0100)
committer
Benjamin Renard
<brenard@aconit.easter-eggs.fr>
Fri, 13 Nov 2009 17:50:48 +0000
(18:50 +0100)
upgradeFromGit.sh
patch
|
blob
|
history
diff --git
a/upgradeFromGit.sh
b/upgradeFromGit.sh
index
d439ba7
..
a3e0d6b
100755
(executable)
--- a/
upgradeFromGit.sh
+++ b/
upgradeFromGit.sh
@@
-167,11
+167,11
@@
fi
if [ $BUILD_DOC -eq 1 ]
then
- msg "-> Do you want
export
the documentation (y/N) ? " -en
+ msg "-> Do you want
build
the documentation (y/N) ? " -en
read a
if [ "$a" == "y" -o "$a" == "Y" ]
then
- msg "->
Export
the doc : " -en
+ msg "->
Build
the doc : " -en
cd $ROOT_DIR/doc >> $LOG_FILE 2>&1 && make >> $LOG_FILE 2>&1 && cd - >> $LOG_FILE 2>&1
if [ $? -gt 0 ]
then