backslashes for the double quotes are necessary in the debug lines
authorMicah Anderson <micah@riseup.net>
Sat, 8 Apr 2006 20:52:51 +0000 (20:52 +0000)
committerMicah Anderson <micah@riseup.net>
Sat, 8 Apr 2006 20:52:51 +0000 (20:52 +0000)
commit59fa8f8ffe36f8004d1da76d1e03c57e6b1cbe81
tree479774f70819941ceb1c305980357d1c9c67962d
parent5158f2569fd252617dfbfc8f50a540640285d32b
backslashes for the double quotes are necessary in the debug lines
otherwise when you run a test run it will print: debug su $user -c "$execstr"
instead of expanding those variables
the backslashes in the output= lines were wrong, but the debug lines
were necessary :)
handlers/mysql