restructure command construction quoting
1 parent 9f2cf72 commit c23042d91e039f0518069ca653cf0805a56f31ad
@tundra tundra authored on 7 Nov 2016
Showing 1 changed file
View
2
■■■
trm.sh
# Temporarily assign field separator to a character never used in
# a filename. Needed to preserve spaces in file/dirnames
 
IFS='>'
CMD="${OPERATOR} $VERBOSE -- '${REALPATH}' '${DESDIR}/${DESFIL}'"
CMD="${OPERATOR} $VERBOSE -- \"${REALPATH}\" \"${DESDIR}/${DESFIL}\""
 
# If we're in test mode, just show what we would do
 
if [ -n "${TESTMODE}" ]