File: build

package info (click to toggle)
tzdiff 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 88 kB
  • sloc: sh: 197; 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