File: plain-run.sh

package info (click to toggle)
patchelf 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 692 kB
  • ctags: 2,011
  • sloc: cpp: 2,825; sh: 1,587; makefile: 63; ansic: 32
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