aboutsummaryrefslogtreecommitdiff
path: root/examples/commands/commands.tm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/commands/commands.tm')
-rw-r--r--examples/commands/commands.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/commands/commands.tm b/examples/commands/commands.tm
index be18b776..70a2303b 100644
--- a/examples/commands/commands.tm
+++ b/examples/commands/commands.tm
@@ -1,7 +1,7 @@
# Functions for running system commands
use ./commands.c
-use libunistring.so
+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?)?)