Comment 3 for bug 1182292

Revision history for this message
Faré (fahree) wrote :

Isn't the issue that there are conflicting demands on run-shell-command to *both* kind-of capture the output in a clumsy way with *verbose-out* (with a ; command as an extra first line) and yet return the command result? These are kind of incompatible demands on uiop:run-program. Maybe by having :ignore-error-status nil *but* explicitly handler-case'ing the error status, we can make it work?