7ed450f Quote command substitution which may have spaces

2 files Authored by kevinoid 3 years ago, Committed by pbokoc 3 years ago,
    Quote command substitution which may have spaces
    
    If $(pwd) or $(uname -s) contain spaces, their output will undergo word
    splitting and be passed as multiple arguments, which would cause the
    programs receiving them to misbehave.  Avoid this by quoting.
    
    Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
    
        
file modified
+5 -5
file modified
+2 -2