Ticket #2451: allow do not variable substite in the command line.
commit8f57c243d0b7863c5ca13b01347333119c8733dd
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 12 Oct 2011 09:53:32 +0000 (12 13:53 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Mon, 12 Mar 2012 11:10:51 +0000 (12 14:10 +0300)
tree2d64e26f7482f10b732ac8bfc2d3f8aa4887449b
parent0932051fd261ad9cde70ff8fa692ee24bca3a684
Ticket #2451: allow do not variable substite in the command line.

Environment variable should not be substituted if escaping of dollar
sign is used: \$VAR.

Initial steps:
(do_cd): changed return type from int to gboolean.
(examine_cd): likewise and some cleanup.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/filemanager/command.c
src/main.c
src/main.h