diff options
author | EuAndreh <eu@euandre.org> | 2018-07-25 17:12:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-25 17:12:16 -0300 |
commit | 91b3036b85ee8ebe4f10ba86fe7f5dadd5232f17 (patch) | |
tree | 770c0708ee2a4a9aee20a83b52311d8f0cf1ade3 /bash | |
parent | WIP add guix-debbugs emacs command (diff) | |
download | dotfiles-91b3036b85ee8ebe4f10ba86fe7f5dadd5232f17.tar.gz dotfiles-91b3036b85ee8ebe4f10ba86fe7f5dadd5232f17.tar.xz |
Remove extra echo debug stmt
Diffstat (limited to 'bash')
-rw-r--r-- | bash/init.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/init.sh b/bash/init.sh index 80bf9bc..981f20c 100644 --- a/bash/init.sh +++ b/bash/init.sh @@ -23,7 +23,6 @@ locked_init() { touch /tmp/mr-lock exec 221>/tmp/mr-lock -echo before flock -n -e 221 && { locked_init } || { |