aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/sample/tkbrowse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/tkbrowse.rb')
-rw-r--r--ext/tk/sample/tkbrowse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/tkbrowse.rb b/ext/tk/sample/tkbrowse.rb
index 4893f57f95..56d5a80fcf 100644
--- a/ext/tk/sample/tkbrowse.rb
+++ b/ext/tk/sample/tkbrowse.rb
@@ -69,7 +69,7 @@ end
# Fill the listbox with a list of all the files in the directory (run
# the "ls" command to get that information).
-if ARGV.length>0
+if ARGV.length>0
dir = ARGV[0]
else
dir="."