summaryrefslogtreecommitdiff
path: root/sample/system.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/system.rb')
-rw-r--r--sample/system.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/system.rb b/sample/system.rb
index c51626d2dc..1693d905b4 100644
--- a/sample/system.rb
+++ b/sample/system.rb
@@ -1 +1 @@
-print(system2("echo foobar"))
+print(`echo foobar`)