diff --git a/LICENSE b/LICENSE index 7572be6b30b1417846101cb7d3b7492e39dfe452..2fb66483891fe8a7299fba864b011b8e0dceb428 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2011-2012 Google, Inc. +Copyright (c) 2011-2014 Google, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/inferior-shell.asd b/inferior-shell.asd index 404720256e2e49f7a5d586f7d3bd0b2237c36eaf..79c2505a42f089438523ce587456394224516ef0 100644 --- a/inferior-shell.asd +++ b/inferior-shell.asd @@ -4,11 +4,11 @@ :description "spawn local or remote processes and shell pipes" :version "2.0.0" :defsystem-depends-on (:asdf #-asdf3 "uiop") - :depends-on ((:version #+asdf3 "asdf" #-asdf3 "uiop" "3.0.3") + :depends-on ((:version #+asdf3 "asdf" #-asdf3 "uiop" "3.0.3") ; input and error-output redirection #+sbcl "sb-posix" "alexandria" "optima" "fare-utils" "fare-quasiquote-extras" "fare-mop") - :around-compile "asdf-driver:call-with-safe-io-syntax" + :around-compile "uiop:call-with-safe-io-syntax" ;; ensures that quasiquote syntax doesn't escape :components ((:file "pkgdcl") (:file "process-spec" :depends-on ("pkgdcl"))