[Dev] [Libretools - Bug #418] (fixed) [common.sh] lock/slock parse arguments incorrectly

labs at parabola.nu labs at parabola.nu
Wed Oct 9 17:50:59 GMT 2013



Issue #418 has been reported by lukeshu.

----------------------------------------
Bug #418: [common.sh] lock/slock parse arguments incorrectly
https://labs.parabola.nu/issues/418

Author: lukeshu
Status: fixed
Priority: bug
Assignee: lukeshu
Category: 
Target version: 


The mesg argument is quoted wrong, it should be <pre>mesg=("${@:3}")</pre>, but the brackets are missing; it has <pre>mesg=("$@:3")</pre>, which messes the message up.  In most cases, the message won't be shown, so this is an easy bug to miss.

This has already been fixed in git.



--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://labs.parabola.nu/my/account



More information about the Dev mailing list