summaryrefslogtreecommitdiff
path: root/Com/Simatime/bild.scm
diff options
context:
space:
mode:
Diffstat (limited to 'Com/Simatime/bild.scm')
-rwxr-xr-xCom/Simatime/bild.scm6
1 files changed, 1 insertions, 5 deletions
diff --git a/Com/Simatime/bild.scm b/Com/Simatime/bild.scm
index 6ac09ce..c7ab666 100755
--- a/Com/Simatime/bild.scm
+++ b/Com/Simatime/bild.scm
@@ -121,6 +121,7 @@
#:use-module ((ice-9 popen) #:prefix popen/)
#:use-module ((ice-9 format) #:select (format))
#:use-module ((ice-9 rdelim) #:prefix rdelim/)
+ #:use-module ((Com Simatime core) #:select (fmt))
#:use-module ((Com Simatime shell) #:prefix sh/)
#:use-module ((Com Simatime string) #:prefix string/)
#:export (ns?
@@ -128,11 +129,6 @@
path->ns
main))
-(define-syntax fmt
- (syntax-rules ()
- ((fmt s args ...)
- (format #f s args ...))))
-
(define (main args)
(let* ((root (sh/exec "git rev-parse --show-toplevel"))
(target (cadr args))