chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7744915
)
Bash specific feature replaced
author
espen
<espen>
Tue, 3 Jul 2007 08:40:09 +0000
(08:40 +0000)
committer
espen
<espen>
Tue, 3 Jul 2007 08:40:09 +0000
(08:40 +0000)
tools/config.lisp
patch
|
blob
|
blame
|
history
diff --git
a/tools/config.lisp
b/tools/config.lisp
index 4d30a4ca56a52f8be1304cfacec48e14ba44303b..1a3e51857b9c7efafa26a5b73c08b8b933fe6119 100644
(file)
--- a/
tools/config.lisp
+++ b/
tools/config.lisp
@@
-25,7
+25,7
@@
(defun run-pkg-config (package error-p &rest options)
(let* ((asdf::*verbose-out* nil)
(exit-code
(asdf:run-shell-command
- "~A ~A ~:[~;--print-errors ~]~{~A ~}
&>~A
"
+ "~A ~A ~:[~;--print-errors ~]~{~A ~}
>~A 2>&1
"
*pkg-config* package error-p options outname)))
(cond
((= exit-code 127) (error "Unable to run ~A" *pkg-config*))