Skip to content

Commit

Permalink
-e is cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewb1 committed Oct 25, 2023
1 parent d55b41e commit 2b2757b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions userspace/compile-qtwayland5.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
set -e
#!/bin/bash -e

# Patched qtwayland that outputs a fixed screen size
# Clone qtwayland submodule, checkout 5.12.9 (5.12.8 leaks timers, see https://bugreports.qt.io/browse/QTBUG-82914), apply patch, qmake, make
Expand Down

0 comments on commit 2b2757b

Please sign in to comment.