index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-19 16:29:56 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-02-19 16:29:56 -0500 |
commit | 7c55e79a64fcf46d0ee5329953dc83768e0cd1db (patch) | |
tree | 6e420e0ab018f4e8f2f07f4b8fb1f0368d2ef3c7 | |
parent | 64a5849178787af70a2ac1b583d5f2a6b72d983b (diff) |
-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}") |