]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/bin/package-zet.sh
release: 1.3.7
[lilypond.git] / stepmake / bin / package-zet.sh
index c7ec22bf94696113c92f9a88f33aaf1c2ffa78f8..4f0b79e6203a5f45139d9d65dbafcfcdcc4ad747 100755 (executable)
@@ -24,7 +24,7 @@ fi
 # and create links to here, if necessary
 #
 sourcetree=`basename \`pwd\``
-if [ "xsourcetree" != "x$package" ]; then
+if [ "x$sourcetree" != "x$package" ]; then
        (cd ..; rm -f $package 2>&1 > /dev/null)
        (cd ..; ln -s $sourcetree $package)
 fi