Re: EDITOR with tilde not expanded in git-commit

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

 



>>>>> "Matthieu" == Matthieu Moy <Matthieu.Moy@xxxxxxx> writes:

Matthieu> C does not have tilde expansion or "eval", but it has "system()":

Matthieu> int main () {
Matthieu>         system("~/bin/scripts/moy-editor.sh foo.txt");
Matthieu> }

Matthieu> works as you'd expect.

And that's because it forks a /bin/sh to process that.  And your modern
/bin/sh apparently understands tilde expansion.  *that* wouldn't have worked
back when /bin/sh was really the bourne shell and not some cheap over-featured
(read "GNU") clone.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@xxxxxxxxxxxxxx> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux