From a31de63ea42a8ee2e231633a8e043d87cb241497 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 17 Jun 1998 15:02:29 +0000 Subject: [PATCH] lilypond-1.0.1 --- stepmake/bin/show-latest.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 stepmake/bin/show-latest.sh diff --git a/stepmake/bin/show-latest.sh b/stepmake/bin/show-latest.sh new file mode 100644 index 0000000000..731efad9a3 --- /dev/null +++ b/stepmake/bin/show-latest.sh @@ -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 + -- 2.39.5