From d0b450dc518fbedb7819b1e2e1e0261a42683d1a Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Tue, 13 Dec 2016 23:59:55 +0300 Subject: shell.scm: Use (ice-9 regex) * modules/ssh/shell.scm: Use (ice-9 regex) module. --- modules/ssh/shell.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/ssh/shell.scm') diff --git a/modules/ssh/shell.scm b/modules/ssh/shell.scm index c36303d..504c1f8 100644 --- a/modules/ssh/shell.scm +++ b/modules/ssh/shell.scm @@ -37,6 +37,7 @@ (define-module (ssh shell) #:use-module (ice-9 rdelim) + #:use-module (ice-9 regex) #:use-module (ssh channel) #:use-module (ssh popen) #:export (rexec which pgrep fallback-pgrep command-available?)) -- cgit v1.2.3