mc/src
Mooffie 25aa5db3fd extfs: rpm: wrap variable in quotes.
Our goal is to replace the 'echo' with 'printf' on this line, for the reason
described in the previous commit. But before we do this we need to wrap one
variable in quotes.

This preliminary step does not affect the output of the helper.

As for using "tr \n ' '": this mimics the current behavior (when using no
quotes around the variable, newlines are converted to spaces by the shell; now
that we do have quotes we need to do this conversion ourselves). An alternative
is to tweak the sed script to be smarter, but it turns out it's not a simple
task.

Signed-off-by: Mooffie <mooffie@gmail.com>
2017-03-09 01:03:41 +02:00
..
consaver Update copyright years. 2017-01-22 19:12:55 +03:00
diffviewer Update copyright years. 2017-01-22 19:12:55 +03:00
editor Improve comment for dx variable 2017-02-19 21:57:30 +01:00
filemanager Pressing <right> and <left> in hotlist dialog doesn't refresh it. 2017-02-26 12:38:39 +02:00
man2hlp Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
subshell Update copyright years. 2017-01-22 19:12:55 +03:00
vfs extfs: rpm: wrap variable in quotes. 2017-03-09 01:03:41 +02:00
viewer Update copyright years. 2017-01-22 19:12:55 +03:00
.gitignore Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
args.c Update copyright years. 2017-01-22 19:12:55 +03:00
args.h Cleanup: args.c: recude function scope for mcedit_arg_*. 2016-03-04 09:23:37 +03:00
background.c Update copyright years. 2017-01-22 19:12:55 +03:00
background.h Remove unneeded struct keyword for typedef'd structs 2016-03-04 09:23:38 +03:00
clipboard.c Update copyright years. 2017-01-22 19:12:55 +03:00
clipboard.h Use events for operate with clipboard (copy/paste to external clipboard, save/load to file) 2011-03-21 23:55:52 +02:00
cons.handler.c Update copyright years. 2017-01-22 19:12:55 +03:00
events_init.c Update copyright years. 2017-01-22 19:12:55 +03:00
events_init.h Prepare to initialize application events. 2011-03-21 11:46:41 +02:00
execute.c Update copyright years. 2017-01-22 19:12:55 +03:00
execute.h Remove unused function exec_shell(). 2016-01-01 11:48:09 +03:00
help.c Ticket #3754: Help viewer doesn't handle tabs correctly. 2017-02-23 19:35:56 +02:00
help.h Typo fixes. 2013-07-23 14:15:24 +04:00
history.h fixed doxygen documentation 2012-09-10 14:29:53 +03:00
keybind-defaults.c Update copyright years. 2017-01-22 19:12:55 +03:00
keybind-defaults.h Ticket #2576: fix of symbols duplication. 2011-07-14 21:46:59 +04:00
learn.c Update copyright years. 2017-01-22 19:12:55 +03:00
learn.h Code indentation in src directory 2010-11-24 10:27:47 +03:00
main.c Update copyright years. 2017-01-22 19:12:55 +03:00
Makefile.am Clarify AM_CPPFLAGS. 2016-03-04 09:23:36 +03:00
selcodepage.c Update copyright years. 2017-01-22 19:12:55 +03:00
selcodepage.h Cleanup of main.[ch]. 2010-11-24 10:51:31 +03:00
setup.c Update copyright years. 2017-01-22 19:12:55 +03:00
setup.h setup: split integer and boolean options. 2017-01-22 18:44:22 +03:00
textconf.c Update copyright years. 2017-01-22 19:12:55 +03:00
textconf.h Added --configure-options for easy update & reconfigure existing mc. 2011-03-29 12:37:55 +03:00
util.c Update copyright years. 2017-01-22 19:12:55 +03:00
util.h (check_for_default): minor optimization and change return value. 2012-04-22 11:25:11 +03:00