From: fred Date: Wed, 17 Jun 1998 15:02:29 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5932 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a31de63ea42a8ee2e231633a8e043d87cb241497;p=lilypond.git lilypond-1.0.1 --- 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 +