File: plain-run.sh

package info (click to toggle)
patchelf 0.9%2B52.20180509-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 636 kB
  • sloc: cpp: 3,763; sh: 254; makefile: 92; ansic: 37
file content (7 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#! /bin/sh
LD_LIBRARY_PATH=. ./main
exitCode=$?
if test "$exitCode" != 46; then
    echo "bad exit code!"
    exit 1
fi