Sha256: 99a4f0b6ebe4b213e904a3563973da0b98caba8b7f2877fbbe5084aeadeeb307

Contents?: true

Size: 371 Bytes

Versions: 47

Compression:

Stored size: 371 Bytes

Contents

#!/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);

Version data entries

47 entries across 31 versions & 9 rubygems

Version Path
rapid_stack-0.2.0 templates/frontend/node_modules/@parcel/watcher/node_modules/detect-libc/bin/detect-libc.js
rapid_stack-0.1.1 templates/FrontEnd/node_modules/@parcel/watcher/node_modules/detect-libc/bin/detect-libc.js
rapid_stack-0.1.0 templates/FrontEnd/node_modules/@parcel/watcher/node_modules/detect-libc/bin/detect-libc.js
disco_app-0.18.0 test/dummy/node_modules/detect-libc/bin/detect-libc.js
disco_app-0.18.0 test/dummy/node_modules/fsevents/node_modules/detect-libc/bin/detect-libc.js
disco_app-0.18.2 test/dummy/node_modules/detect-libc/bin/detect-libc.js
disco_app-0.16.1 test/dummy/node_modules/detect-libc/bin/detect-libc.js
disco_app-0.15.2 test/dummy/node_modules/detect-libc/bin/detect-libc.js
disco_app-0.18.4 test/dummy/node_modules/detect-libc/bin/detect-libc.js
disco_app-0.18.1 test/dummy/node_modules/detect-libc/bin/detect-libc.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/detect-libc/bin/detect-libc.js
disco_app-0.14.0 test/dummy/node_modules/detect-libc/bin/detect-libc.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/detect-libc/bin/detect-libc.js
enju_library-0.3.8 spec/dummy/node_modules/fsevents/node_modules/detect-libc/bin/detect-libc.js
ilog-0.4.1 node_modules/fsevents/node_modules/detect-libc/bin/detect-libc.js
ilog-0.4.0 node_modules/fsevents/node_modules/detect-libc/bin/detect-libc.js
ilog-0.3.3 node_modules/fsevents/node_modules/detect-libc/bin/detect-libc.js
jester-data-8.0.0 node_modules/fsevents/node_modules/detect-libc/bin/detect-libc.js
jester-data-8.0.0 node_modules/detect-libc/bin/detect-libc.js
ezii-os-5.2.1 node_modules/detect-libc/bin/detect-libc.js