[go: up one dir, main page]

File: using-these

package info (click to toggle)
dgit 9.13
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,216 kB
  • sloc: perl: 11,829; sh: 5,208; makefile: 306; tcl: 69
file content (8 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
d="${0%/*}"
PERLLIB=$d${PERLLIB:+:}${PERLLIB}
export PERLLIB
PATH=$d:$d/infra${PATH:+:}${PATH}
export PATH
exec "$@"