I want to fix shebang semantics, but I am on the road right now. I will try to get a patch together by tomorrow.—
Sent from Mailbox
On Sat, Jun 14, 2014 at 5:04 PM, David A. Wheeler <dwh...@dw...>
wrote:
> On Sat, 14 Jun 2014 11:56:13 -0500, Elliott Cable <me...@el...> wrote:
>> This fixes the following error arising on Mac OS X machines:
>>
>> > sweet-run something.sscp
>> usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
>> mktemp [-d] [-q] [-u] -t prefix
>> /usr/local/bin/sweet-run: line 20: : No such file or directory
>> chmod: fts_open: No such file or directory
>> /usr/local/bin/sweet-run: line 30: ./: is a directory
>>
>> The meat of the solution is by "krinkle" [on Stack Overflow.][1]
>> [1]: <http://unix.stackexchange.com/a/84980> "Fix or alternative
>> for mktemp in OS X"
> Awesome, thanks!! That's now in the "devel" branch.
> I added a testcase specifically for sweet-run. In the process, I found that sweet-run didn't
> return the exit code of the executed program. So we now have a test case and another
> two improvements of sweet-run.
> Does anyone have any other changes before a new release?
> --- David A. Wheeler |