File: exit-code.sh

package info (click to toggle)
devscripts 2.14.11~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 4,684 kB
  • sloc: perl: 16,580; sh: 7,295; python: 950; makefile: 224; ansic: 28
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
#!/bin/sh

# http://bugs.debian.org/687450
exit -- 2 # BASHISM
exit 255
exit 256 # BASHISM
exit -1 # BASHISM