From 1413d010df2d98f0936c0801b450190d7e07b787 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Wed, 5 Mar 2014 18:58:11 -0500 Subject: [PATCH] Tweak the .asd file. Update copyright dates. --- LICENSE | 2 +- inferior-shell.asd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 7572be6..2fb6648 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 4047202..79c2505 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")) -- GitLab