mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-27 22:38:09 +02:00
prevent early exit from setup script
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
# expecting an error so we're not setting this
|
||||||
|
# set -e
|
||||||
|
|
||||||
cd $1
|
cd $1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user