Quote (roberts @ Mar. 17 2008,21:39) | ||
All of your scripts specify
Which would naturally lead one such assumption as it is not needed in DSL unless features that are only available in 0.6.4.were being attempted. |
Code Sample |
if Fl_Browser.column_widths then results:column_widths({results:w()/2,150,0}) spacer="\t" else spacer="\t\t" -- force some extra space for older versions |
Code Sample |
#!/bin/lua listfile = "/mnt/sda1/mydsl/mydslinfo.bz2" tempfile = "/tmp/lua_xCjkEa" os.rename(tempfile,listfile) |
Quote |
sudo is not needed with the os.execute of the mv command as the target mydsl/ is setup with proper permissions. |