Ticket #2451: allow do not variable substite in the command line.
commit66231b1ac9e3d9d960c04e7b176036a12a59813d
authorAndrew Borodin <aborodin@vmail.ru>
Wed, 12 Oct 2011 09:53:32 +0000 (12 13:53 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Fri, 24 Feb 2012 06:39:04 +0000 (24 09:39 +0300)
tree25b33ae099fa007b7ef461e883d3bf0a90bc8729
parent792ae681701c3282cf48a2c97a92d50f15e705dd
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