aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-25 17:12:16 -0300
committerEuAndreh <eu@euandre.org>2018-07-25 17:12:16 -0300
commit91b3036b85ee8ebe4f10ba86fe7f5dadd5232f17 (patch)
tree770c0708ee2a4a9aee20a83b52311d8f0cf1ade3 /bash
parentWIP add guix-debbugs emacs command (diff)
downloaddotfiles-91b3036b85ee8ebe4f10ba86fe7f5dadd5232f17.tar.gz
dotfiles-91b3036b85ee8ebe4f10ba86fe7f5dadd5232f17.tar.xz
Remove extra echo debug stmt
Diffstat (limited to 'bash')
-rw-r--r--bash/init.sh1
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
} || {