aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/init.sh3
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