PHP 7.4.33
Preview: detect-libc.js Size: 371 B
/var/www/cookieconsent.bitkit.dk/httpdocs/node_modules/detect-libc/bin/detect-libc.js
#!/usr/bin/env node

'use strict';

var spawnSync = require('child_process').spawnSync;
var libc = require('../');

var spawnOptions = {
  env: process.env,
  shell: true,
  stdio: 'inherit'
};

if (libc.isNonGlibcLinux) {
  spawnOptions.env.LIBC = process.env.LIBC || libc.family;
}

process.exit(spawnSync(process.argv[2], process.argv.slice(3), spawnOptions).status);

Directory Contents

Dirs: 0 × Files: 1
Name Size Perms Modified Actions
371 B lrwxr-xr-x 2025-06-16 05:45:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).