File: testcode1.sh

package info (click to toggle)
debmake 5.0.1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 792 kB
  • sloc: python: 2,731; sh: 214; makefile: 30
file content (6 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
# check if installed as executable
LC_ALL=en_US.UTF-8
export LC_ALL
debmake --version 2>&1 | grep -q -e 'Copyright © [-0-9 ]* Osamu Aoki <osamu@debian.org>'