From: David Lecompte <3gpp@metani.eu> Date: Wed, 3 Jun 2026 12:50:31 +0000 (+0200) Subject: Correct bug in docx2asn.h X-Git-Url: https://nuage.metani.fr/gitweb/3GPP.git/commitdiff_plain/291992054c6077e8343c1e2beb76d359de38aaa1?hp=bc558c280842a6f1ae1b3c3a07c5dd0afc66a011 Correct bug in docx2asn.h --- diff --git a/bin/docx2asn.sh b/bin/docx2asn.sh index 832f134..f29e8c9 100755 --- a/bin/docx2asn.sh +++ b/bin/docx2asn.sh @@ -11,12 +11,12 @@ if [[ ! -w . ]] ; then exit 1 fi -echo "platform est $platform" +platform=$(uname -a) case $platform in Linux) libreoffice="libreoffice" ;; CYGWIN*) libreoffice="soffice" ;; - *) print "Unkown platform $platform" + *) echo "Unkown platform $platform" exit 1;; esac