Skip to content
Snippets Groups Projects
Commit efe7e33b authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Bash, improved hack to prevent build failure

parent 2b902ddf
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ VERSION=1 ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment