aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/shell.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/world/shell.lux')
-rw-r--r--stdlib/source/library/lux/world/shell.lux5
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/world/shell.lux b/stdlib/source/library/lux/world/shell.lux
index c218f3bf5..4e9bd0d37 100644
--- a/stdlib/source/library/lux/world/shell.lux
+++ b/stdlib/source/library/lux/world/shell.lux
@@ -1,7 +1,6 @@
(.require
[library
[lux (.except)
- ["@" target]
["[0]" ffi (.only import)]
[abstract
[monad (.only do)]]
@@ -27,7 +26,9 @@
["[0]" dictionary]]]
[math
[number (.only hex)
- ["n" nat]]]]]
+ ["n" nat]]]
+ [meta
+ ["@" target]]]]
[//
[file (.only Path)]
[environment