diff --git a/twander.py b/twander.py index f5aa12d..91ee3ca 100755 --- a/twander.py +++ b/twander.py @@ -4,7 +4,7 @@ # For Updates See: http://www.tundraware.com/Software/twander PROGNAME = "twander" -RCSID = "$Id: twander.py,v 1.93 2002/12/09 20:08:16 tundra Exp $" +RCSID = "$Id: twander.py,v 1.94 2002/12/09 20:16:53 tundra Exp $" VERSION = RCSID.split()[2] @@ -831,7 +831,7 @@ # Otherwise,actually execute the command else: - if OSNAME == 'win32': + if OSNAME == 'nt': thread.start_new_thread(os.system, (cmd,)) else: os.system(cmd)