summaryrefslogtreecommitdiff
path: root/sample/trojan.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/trojan.rb')
-rw-r--r--sample/trojan.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/trojan.rb b/sample/trojan.rb
index 2be9567b98..cea0dae098 100644
--- a/sample/trojan.rb
+++ b/sample/trojan.rb
@@ -7,7 +7,7 @@ for dir in path
for f in d = Dir.open(dir)
fpath = File.join(dir, f)
if File.file?(fpath) && (File.stat(fpath).mode & 022) != 0
- printf("file %s is writable from other users\n", fpath)
+ printf("file %s is writable from other users\n", fpath)
end
end
d.close