File: touch.inc.sh

package info (click to toggle)
libnss-docker 0.02-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,676 kB
  • sloc: sh: 4,557; ansic: 320; makefile: 63
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
if [ -x testtree/usr/bin/touch ]; then
    touch=/usr/bin/touch
elif [ -x testtree/bin/touch ]; then
    touch=/bin/touch
else
    touch=
fi