Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common.sh')
-rw-r--r--lib/common.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/common.sh b/lib/common.sh
index 7f83bdd..44d12c3 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -137,7 +137,7 @@ get_full_version() {
}
##
-# usage : lock( $fd, $file, $message )
+# usage : lock( $fd, $file, $message, [ $message_arguments... ] )
##
lock() {
local fd=$1
@@ -158,7 +158,7 @@ lock() {
}
##
-# usage : slock( $fd, $file, $message )
+# usage : slock( $fd, $file, $message, [ $message_arguments... ] )
##
slock() {
local fd=$1
@@ -171,7 +171,6 @@ slock() {
eval "exec $fd>"'"$file"'
fi
- eval "exec $fd>"'"$file"'
if ! flock -sn $fd; then
stat_busy "${mesg[@]}"
flock -s $fd