File: t.echoarg

package info (click to toggle)
fakeroot 1.5.10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,804 kB
  • ctags: 455
  • sloc: sh: 9,226; ansic: 2,554; makefile: 277
file content (4 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/sh

../scripts/fakeroot${tcp} -f ../faked${tcp} -l ../.libs/${libfakeroot} -- \
 ${posixshell} -c 'RET="$('"${srcdir}"'/echo_arg 3 a b c d e)"; echo RET=$RET; test "$RET" = "b"'