diff options
author | Your Name <you@example.com> | 2019-11-04 18:30:38 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-04 19:42:21 +0100 |
commit | 2946b0e2d48d637c8058ef94141ad8b023ef189a (patch) | |
tree | a8db027e90dee6184fc1ae48dd6a5a6622ee6cb7 /Kernel/sync.sh | |
parent | e46b251d61359deae3d874588f70ddb9e8ff05af (diff) | |
download | serenity-2946b0e2d48d637c8058ef94141ad8b023ef189a.zip |
Janitorial: Have sync.sh sudo automagically
Run sudo and keep environment just like in makeall.sh
Diffstat (limited to 'Kernel/sync.sh')
-rwxr-xr-x | Kernel/sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/sync.sh b/Kernel/sync.sh index 7ccd9b2e6f..bb30ba4a83 100755 --- a/Kernel/sync.sh +++ b/Kernel/sync.sh @@ -1,3 +1,3 @@ #!/bin/sh -./build-image-qemu.sh +sudo -E ./build-image-qemu.sh |