mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add missing sudo statement
This commit is contained in:
parent
95f314d552
commit
a79d1c26ff
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ script:
|
|||
- mv tmp hermit/usr/
|
||||
- mv x86 hermit/usr/
|
||||
- make T=1 travis
|
||||
- echo $PROXY_STR > /proc/sys/fs/binfmt_misc/register
|
||||
- sudo echo $PROXY_STR > /proc/sys/fs/binfmt_misc/register
|
||||
env:
|
||||
global:
|
||||
- TOPDIR=`pwd`/../..
|
||||
|
|
Loading…
Add table
Reference in a new issue