Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make templates use /bin/bash instead of /bin/sh #9

Closed
tpruzina opened this issue Apr 12, 2013 · 1 comment
Closed

Make templates use /bin/bash instead of /bin/sh #9

tpruzina opened this issue Apr 12, 2013 · 1 comment

Comments

@tpruzina
Copy link
Contributor

Title says it all, templates contain stuff that some some shells spit right back (dash).

tatt -b 465700 && ./
< ... >
./lftp-useflags.sh: 7: ./lftp-useflags.sh: [[: not found
./lftp-useflags.sh: 9: ./lftp-useflags.sh: [[: not found
./lftp-useflags.sh: 12: ./lftp-useflags.sh: [[: not found

This renders all tests to fail:

USE='-gnutls -nls -socks5 -ssl' failed for =net-ftp/lftp-4.4.5
USE='gnutls -nls -socks5 -ssl' failed for =net-ftp/lftp-4.4.5
.....

Bash is still required dependency on gentoo for most (if not all) arches, thus this should be pretty safe (and simple) thing to do.

Thanks

@tom111
Copy link
Contributor

tom111 commented Apr 12, 2013

Fixed. Thanks.

@tom111 tom111 closed this as completed Apr 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants