[go: up one dir, main page]

File: touch.inc.sh

package info (click to toggle)
fakechroot 2.19-3.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,148 kB
  • sloc: ansic: 6,893; sh: 5,995; makefile: 349; perl: 169; java: 5
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