mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
prevent early exit from setup script
This commit is contained in:
parent
31ab43d0c5
commit
7bdd7088e7
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
# expecting an error so we're not setting this
|
||||
# set -e
|
||||
|
||||
cd $1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue