Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/bin/   (LibreOffice Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 645 B image not shown  

Quelle  get_config_variables

  Sprache: Cobol
 

#!/bin/sh
#set -x

glv_var="$1"
glv_config="config_host.mk"

if [ "$glv_var" = "--build" ] ; then
    glv_config="config_build.mk"
    shift
elif [ "$glv_var" = "--host" ] ; then
    shift
fi

full path, in case we export a "wrong" PATH
test -n "$GREP" && glv_grep="$GREP" || glv_grep=$(command -v grep)
test -n "$SED" && glv_sed="$SED" || glv_sed=$(command -v sed)

while [ -n "$1" ] ; do
    glv_var="$1"
    shift
    glv_value=$("${glv_grep}" "^ *\(export *\)\?${glv_var}=" ${glv_config} | "${glv_sed}" -'s/[^=]*=//')
    export ${glv_var}="${glv_value}"
done

unset glv_var
unset glv_value
unset glv_config
unset glv_sed
unset glv_grep

Messung V0.5 in Prozent
C=85 H=85 G=84

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.