Author: pebender
Date: Sun Sep  7 15:42:39 2008
New Revision: 3722

Modified:
     
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/usr/bin/mm_term_start

Log:
- Fixed bug in mm_term_start after conversion to perl.



Modified:  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/usr/bin/mm_term_start
==============================================================================
---  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/usr/bin/mm_term_start
        
(original)
+++  
trunk/gar-minimyth/script/meta/minimyth/files/source/rootfs/usr/bin/mm_term_start
        
Sun Sep  7 15:42:39 2008
@@ -7,7 +7,12 @@
  require File::Spec;

  my $program = File::Basename::basename(__FILE__);
-my @command = @ARGV || ('/bin/sh');
+my @command = @ARGV;
+
+if (! @command)
+{
+    @command = ('/bin/sh');
+}

  my $devnull = File::Spec->devnull;


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to