]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/bin/fake-msgfmt.sh
patch::: 1.0.1.jcn1: Re: Lillypond and the Leeds Electronic Music group
[lilypond.git] / stepmake / bin / fake-msgfmt.sh
diff --git a/stepmake/bin/fake-msgfmt.sh b/stepmake/bin/fake-msgfmt.sh
new file mode 100644 (file)
index 0000000..1a97f8d
--- /dev/null
@@ -0,0 +1,33 @@
+#!/bin/sh
+
+IDENTIFICATION=fake-msgfmt.sh
+
+OUTPUT='/dev/null'
+
+while getopts ':d:o:' OPT;
+do
+case $OPT in
+o)
+    OUTPUT=$OPTARG
+    ;;
+*)
+    ;;
+    esac
+done
+
+
+
+shift `expr $OPTIND - 1`
+#
+# Input file name
+#
+if [ "$1" = "" ]
+then
+  echo "$IDENTIFICATION: No input file name given"
+  exit 1
+fi
+
+echo Faking msgfmt: copying $1 to $OUTPUT
+
+
+cp $1 $OUTPUT