mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-20 04:34:41 +08:00
7 lines
154 B
Bash
Executable File
7 lines
154 B
Bash
Executable File
#! /bin/sh -e
|
|
|
|
set -x
|
|
../src/patchelf --version | grep -q patchelf
|
|
../src/patchelf --help 2>&1 | grep -q patchelf
|
|
../src/patchelf 2>&1 | grep -q patchelf
|