File: hook_pre_setup.sh

package info (click to toggle)
portsentry 2.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,396 kB
  • sloc: ansic: 6,473; sh: 916; perl: 18; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 105 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#!/bin/sh

if [ "$(uname -s)" != "Linux" ]; then
  echo "Skipping test on non-Linux system"
  exit 0
fi