aboutsummaryrefslogtreecommitdiff
path: root/lib/commands
diff options
context:
space:
mode:
Diffstat (limited to 'lib/commands')
-rw-r--r--lib/commands/commands.tm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/commands/commands.tm b/lib/commands/commands.tm
index a5ce607a..cb1d48e3 100644
--- a/lib/commands/commands.tm
+++ b/lib/commands/commands.tm
@@ -1,7 +1,6 @@
# Functions for running system commands
use ./commands.c
-use -lunistring
extern run_command : func(exe:Text, args:[Text], env:{Text=Text}, input:[Byte]?, output:&[Byte]?, error:&[Byte]? -> Int32)
extern command_by_line : func(exe:Text, args:[Text], env:{Text=Text} -> func(->Text?)?)