help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using Emacs Lisp for script writing


From: Pascal J. Bourguignon
Subject: Re: Using Emacs Lisp for script writing
Date: Tue, 22 Dec 2009 20:02:40 +0100
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/22.3 (gnu/linux)

Cecil Westerhof <Cecil@decebal.nl> writes:
> Works like a charm. I made it:
>     #!/usr/bin/env bash

IMO, there's higher probability that /bin/bash be present than /usr/bin/env.
And even higher probability that /bin/sh be present.

Since you're not using any bash feature in the script, you could as
well go for the sure case, and use #!/bin/sh.


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]