index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/common.sh | 6 |
diff --git a/lib/common.sh b/lib/common.sh index 9ea9681..b8bab9b 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -161,8 +161,7 @@ get_full_version() { ## # usage : lock( $fd, $file, $message, [ $message_arguments... ] ) ## -lock() -{ +lock() { local fd=$1 local file=$2 local mesg=("${@:3}") @@ -183,8 +182,7 @@ lock() ## # usage : slock( $fd, $file, $message, [ $message_arguments... ] ) ## -slock() -{ +slock() { local fd=$1 local file=$2 local mesg=("${@:3}") |