]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/bin/stepmakeise.sh
Imported Upstream version 2.16.0
[lilypond.git] / stepmake / bin / stepmakeise.sh
index 4119be3df53b1740db51ad307022b0ffa84e1372..e2ae7cfe8ba3602bff7adea573a0afa3ff1a845e 100755 (executable)
@@ -34,7 +34,7 @@ if [ -r stepmake ]; then
                exit 1
        fi
        echo "Stepmake found"
-       echo -n "Checking version..."
+       printf "Checking version..."
        VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_LEVEL
        # urg
        version=$VERSION
@@ -49,7 +49,7 @@ fi
 
 if [ true ]; then
        # urg
-       echo -n "Checking latest..."
+       printf "Checking latest..."
        if [ ! -r $reldir ]; then
                echo "$name: huh 2?"
                exit 1
@@ -64,7 +64,7 @@ if [ true ]; then
            echo "relax, StepMake is up to date"
            exit 0
        fi
-       echo -n "Updating StepMake..."
+       printf "Updating StepMake..."
        (set +x; rm -rf stepmake; tar xzf $reldir/stepmake-$LATEST.tar.gz; mv stepmake-$LATEST stepmake)
        echo "ok"
 fi
@@ -84,7 +84,7 @@ for i in $files; do
        fi
 done
 
-echo -n "Stepmakeising..."
+printf "Stepmakeising..."
 for i in $files; do
        cp -prv stepmake/$i .
 done