aboutsummaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-25 15:50:01 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-25 15:50:01 -0700
commit6cd38e86ed9c131150efe081896eeacec4a0db0e (patch)
tree8e54e536dbc4f71e998b497443538f97cd7aa7eb /src/data
parent5967d67e2650ee100dce46eb377d77f61e2265ac (diff)
downloadconsfigurator-6cd38e86ed9c131150efe081896eeacec4a0db0e.tar.gz
drop two unnecessary package name qualifications
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data')
-rw-r--r--src/data/ssh-askpass.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/ssh-askpass.lisp b/src/data/ssh-askpass.lisp
index e6ff0d7..b3baf4d 100644
--- a/src/data/ssh-askpass.lisp
+++ b/src/data/ssh-askpass.lisp
@@ -24,7 +24,7 @@
CL-PPCRE regular expressions IDEN1-RE and IDEN2-RE, obtaining the data by
using ssh-askpass(1) to prompt the user to input it. Useful for things like
sudo passwords."
- (unless (uiop:getenv "DISPLAY")
+ (unless (getenv "DISPLAY")
(missing-data-source "DISPLAY not set; cannot launch ssh-askpass(1)."))
;; This cache duplicates CONSFIGURATOR::*STRING-DATA*, but if we don't keep
;; our own cache here, then we would always have to return the current time