]> git.wh0rd.org Git - nano.git/commit
in execute_command(), instead of hardcoding /bin/sh as the shell to use
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 29 Nov 2005 05:21:06 +0000 (05:21 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Tue, 29 Nov 2005 05:21:06 +0000 (05:21 +0000)
commit5da68ee193728197639092241855ef653c186bf1
tree277a0387597a61bbb46937204c9d70ee96d5e13a
parentda1f55cec7f8d180d9e9be37d850e2e1d2253743
in execute_command(), instead of hardcoding /bin/sh as the shell to use
when executing a command, use $SHELL, and only fall back to /bin/sh if
$SHELL isn't set

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3220 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/text.c