summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2016-03-30 16:08:09 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2016-04-25 09:44:17 -0400
commitff9145f8a5a95808d43db1dbc40414e644448419 (patch)
tree593cd99c4ae57710590a50347566124a975dd4f4 /var
parentfa02f94ca4bada75cca4248665bbc007412294c5 (diff)
downloadspack-ff9145f8a5a95808d43db1dbc40414e644448419.tar.gz
spack-ff9145f8a5a95808d43db1dbc40414e644448419.tar.bz2
spack-ff9145f8a5a95808d43db1dbc40414e644448419.tar.xz
spack-ff9145f8a5a95808d43db1dbc40414e644448419.zip
executable: quote arguments
This allows command line arguments with spaces to be shown. The quoting madness is because a single quote cannot appear within a single quoted argument on the command line. To do so, you have to stop the single quote argument, double quote the single quote, then open the single quote again: $ echo 'before'"'"'after' before'after Fixes #174
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions