]> git.pond.sub.org Git - empserver/commitdiff
Replace other occurences of git-FOO by git FOO
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 3 Dec 2008 12:57:14 +0000 (07:57 -0500)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 3 Dec 2008 12:57:14 +0000 (07:57 -0500)
bootstrap
src/scripts/nightly/nightlybuild.sh

index bcfaad6d25f412e0c3904b4425c72b3248cc67f5..36ebde9f165ce94c0b14690aa56ef56af2fab08b 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,5 +1,5 @@
 #!/bin/sh -e
-# Run this script after a fresh git-clone to bring the source tree
+# Run this script after a fresh git clone to bring the source tree
 # into a state where you can run configure.
 aclocal -I m4
 autoconf
index 482e79784060bf184ca88593446793344dde4995..97aac3ca45f7a3db94f98ee8704c37ab9c7b4804 100755 (executable)
@@ -112,7 +112,7 @@ then
        do
                sleep "`expr 5 + ${RETR}`"
                RETR="`expr 1 + ${RETR}`"
-               [ "${RETR}" -gt 5 ] && err "git-clone Timeout after ${RETR} retres."
+               [ "${RETR}" -gt 5 ] && err "git clone Timeout after ${RETR} retres."
        done
        cd empserver || err "Could not cd to ${BOXDIR}/${WORKDIR}/empserver."
 else
@@ -175,8 +175,8 @@ then
        echo ""
 fi
 
-git-add include/emptime.h src/lib/gen/emptime.c
-git-pull
+git add include/emptime.h src/lib/gen/emptime.c
+git pull
 sh ./bootstrap
 ./configure --prefix ${BOXDIR}/${WORKDIR}/emp4 ${CONFIGURE_OPTIONS}