[22:09] veebers, are you good at bash? [22:10] balloons: I quite often have to re-look things up when I do bash stuff as I don't do it every day :-P How come [22:12] veebers, bah, I figured as much. I have this mp for the sandbox changes I wanted: https://code.launchpad.net/~nskaggs/autopilot/add-wm-sandbox-run/+merge/242274. The argument handling is not the best, and doesn't work atm [22:13] * veebers looks [22:13] I decided it might be better to ask someone else to look than dig in again myself if they were a bash connoisseur [22:14] balloons: aye sorry nothing immediately obvious. I do know that the trailing ':' means something but I would have to look it up. Perhaps try jibel? [22:15] yes, I added him as the reviewer hoping he would fix it, since it would probably take him but a minute [22:15] kk, I'll ping him [22:15] or spend the time . . . [22:22] veebers: balloons : is a null in bash [22:31] robotfuel: hmm, what does that mean in the context of getopt args? [22:37] veebers: good question :P [22:38] :-) [22:39] if the option is followed by a :, then that option has a required parameter - not specifying it will cause the function to fail, [22:39] balloons: veebers ^ [22:39] robotfuel: ah right, thanks. I new it did _something_ ^_^