Home
last modified time | relevance | path

Searched refs:app (Results 1 – 2 of 2) sorted by relevance

/coreutils/
Dbootstrap312 app=$1
314 $app --version >/dev/null 2>&1 || { $app --version; return 1; }
316 $app --version 2>&1 | sed -n "$get_version_sed"
322 while read app req_ver; do
324 if test "$app" = libtool; then
325 app=libtoolize
328 if test "$app" = git; then
332 appvar=$(echo $app | LC_ALL=C tr '[a-z]-' '[A-Z]_')
337 *) eval "app=\${$appvar-$app}" ;;
346 case $app in
[all …]
Dconfigure.ac67 # These are safe, since 'sort', coreutils's only multithreaded app,