File: build

package info (click to toggle)
tzdiff 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: sh: 233; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e
echo "test start"
if [ -d "/usr/share/zoneinfo" ]; then
    echo "test OK"
else
    echo "test fail"
fi