From: "Magnus Naeslund(k)" <mag@kite.se>
To: mlmmj@mlmmj.org
Subject: Re: mlmmj on Solaris
Date: Tue, 26 Sep 2006 08:26:16 +0000 [thread overview]
Message-ID: <4518E428.7050704@kite.se> (raw)
In-Reply-To: <977bf0eb5c4db442b2e7aeeecd3afec8@mail.n0rd.dk>
[-- Attachment #1: Type: text/plain, Size: 605 bytes --]
Rob Shepherd wrote:
>> But does
>>
>> /bin/sh -c "echo $((1+1))"
>>
>> result in "2" for you, Rob?
>
>
> Yes it does.
>
> Send me an updated mlmmj-make-ml.sh with the updated scripting...
>
> I'll test it.
>
Ok this is a patch against mlmmj-1.2.12-RC3, tell me if you need the
patch against some other version.
You apply it by issuing these commands:
cd mlmmj-1.2.12-RC3
patch -p1 < mlmmj-let-go-1.diff
And then try "make" again.
Also, could you please use "Reply To All" when youre answering mails to
the mlmmj list? The list doesn't automatically gets a copy otherwise...
Regards,
Magnus
[-- Attachment #2: mlmmj-let-go-1.diff --]
[-- Type: text/x-patch, Size: 310 bytes --]
--- mlmmj-1.2.12-RC3-vanilla/src/mlmmj-make-ml.sh.in 2005-10-02 16:54:33.000000000 +0200
+++ mlmmj-1.2.12-RC3/src/mlmmj-make-ml.sh.in 2006-09-26 10:16:47.000000000 +0200
@@ -46,7 +46,7 @@
exit 1
esac
done
-let SHIFTVAL=$OPTIND-1
+SHIFTVAL=$(( $OPTIND - 1 ))
shift $SHIFTVAL
if [ -z "$SPOOLDIR" ]; then
prev parent reply other threads:[~2006-09-26 8:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-25 20:07 mlmmj on Solaris Morten K. Poulsen
2006-09-25 21:08 ` Morten K. Poulsen
2006-09-25 21:33 ` Magnus Naeslund(k)
2006-09-26 8:26 ` Magnus Naeslund(k) [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4518E428.7050704@kite.se \
--to=mag@kite.se \
--cc=mlmmj@mlmmj.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox