Bash, improved hack to prevent build failure

This commit is contained in:
Ruben Rodriguez 2017-01-01 16:36:44 -05:00
parent 2b902ddfc6
commit efe7e33b6f

View file

@ -24,7 +24,7 @@ VERSION=1
sed '/To run a command as administrator/s/$/\n\tTo become root use "sudo -i"./' debian/etc.bash.bashrc sed '/To run a command as administrator/s/$/\n\tTo become root use "sudo -i"./' debian/etc.bash.bashrc
# Hack to fix build failures in flidas. TODO: fix the problem properly # Hack to fix build failures in flidas. TODO: fix the problem properly
echo > tests/exec8.sub echo exit $? >> tests/exec8.sub
changelog "Extended explanation for sudo_root, gnu.org #835148" changelog "Extended explanation for sudo_root, gnu.org #835148"