chiark / gitweb /
Bash specific feature replaced
authorespen <espen>
Tue, 3 Jul 2007 08:40:09 +0000 (08:40 +0000)
committerespen <espen>
Tue, 3 Jul 2007 08:40:09 +0000 (08:40 +0000)
tools/config.lisp

index 4d30a4ca56a52f8be1304cfacec48e14ba44303b..1a3e51857b9c7efafa26a5b73c08b8b933fe6119 100644 (file)
@@ -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*))