Quoting Samuel Thibault (2016-03-07 20:49:01)
> Justus Winter, on Mon 07 Mar 2016 20:30:37 +0100, wrote:
> > teythoon@hurdbox ~ % for x in sh py pl; do cat test.$x ; fakeroot ./test.$x
> > ; done
>
> I should have mentioned it: the issue is only for scripts coming from
> PATH. When you specify th
Justus Winter, on Mon 07 Mar 2016 20:30:37 +0100, wrote:
> teythoon@hurdbox ~ % for x in sh py pl; do cat test.$x ; fakeroot ./test.$x ;
> done
I should have mentioned it: the issue is only for scripts coming from
PATH. When you specify the path, the interpreter will know how to open
the file.
S
Hi,
Quoting Samuel Thibault (2016-03-04 18:39:21)
> We have an issue between fakeroot and scripts (from the borgbackup build
> log):
>
> > fakeroot dh_auto_test
> > Can't open perl script "dh_auto_test": No such file or directory
>
> I guess that's due to the way fakeauth starts the program, I h
Hello,
We have an issue between fakeroot and scripts (from the borgbackup build
log):
> fakeroot dh_auto_test
> Can't open perl script "dh_auto_test": No such file or directory
I guess that's due to the way fakeauth starts the program, I haven't
looked further.
Samuel