7 lines
138 B
Bash
Executable File
7 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tdir=`cd ..; pwd -P`
|
|
|
|
../scripts/fakeroot${tcp} -f ${tdir}/faked${tcp} -l ${tdir}/.libs/${libfakeroot} -- \
|
|
${srcdir}/tartest
|