aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/build.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command/build.lux')
-rw-r--r--stdlib/source/program/aedifex/command/build.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux
index 0454a4a60..363391949 100644
--- a/stdlib/source/program/aedifex/command/build.lux
+++ b/stdlib/source/program/aedifex/command/build.lux
@@ -1,7 +1,7 @@
(.using
[library
[lux (.except Lux)
- ["[0]" ffi (.only import:)]
+ ["[0]" ffi (.only import)]
[abstract
[order (.only Order)]
[monad (.only do)]]
@@ -239,7 +239,7 @@
[log_error! fail]
)
-(import: java/lang/System
+(import java/lang/System
"[1]::[0]"
("static" getProperty [java/lang/String] "io" "try" java/lang/String))