diff options
author | EuAndreh <eu@euandre.org> | 2018-07-25 14:46:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-25 14:46:31 -0300 |
commit | 4f11fdb319d4f0d7ada990fb8d4e053a43d47696 (patch) | |
tree | 2d27dcdba76e9349bb2376ef3bd66154ff77b9de /bash | |
parent | Fix gitlabci copying repo names (diff) | |
download | dotfiles-4f11fdb319d4f0d7ada990fb8d4e053a43d47696.tar.gz dotfiles-4f11fdb319d4f0d7ada990fb8d4e053a43d47696.tar.xz |
Remove debug cmds from init.sh
Diffstat (limited to 'bash')
-rw-r--r-- | bash/init.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bash/init.sh b/bash/init.sh index 69dcb2b..80bf9bc 100644 --- a/bash/init.sh +++ b/bash/init.sh @@ -25,13 +25,10 @@ touch /tmp/mr-lock exec 221>/tmp/mr-lock echo before flock -n -e 221 && { - echo doing locked_init } || { printf "" # noop: couldn't acquire lock - echo "cant acquire lock" } -echo after export -f locked_init # Tests |