]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Wed, 17 Jun 1998 15:02:29 +0000 (15:02 +0000)
committerfred <fred>
Wed, 17 Jun 1998 15:02:29 +0000 (15:02 +0000)
stepmake/bin/show-latest.sh [new file with mode: 0644]

diff --git a/stepmake/bin/show-latest.sh b/stepmake/bin/show-latest.sh
new file mode 100644 (file)
index 0000000..731efad
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+# show-latest.sh --- show latest lily
+
+# @PERL@ @step-bindir@/out/show-latest.pl --package=@package@ $*
+# urg
+#@step-bindir@/out/show-latest --the-package=@package@ $*
+if [ $# -lt 1 ]; then
+       print="-p"
+fi
+@abs-step-bindir@/out/package-latest --the-package=@package@ $* $print
+