Merge branch 'master' of ssh://skeezixgit@git.openpandora.org/srv/git/pandora-libraries
authorskeezix <skeezix@flotsam-vm.(none)>
Wed, 10 Mar 2010 20:39:06 +0000 (15:39 -0500)
committerskeezix <skeezix@flotsam-vm.(none)>
Wed, 10 Mar 2010 20:39:06 +0000 (15:39 -0500)
Pulled from stupid git :)

Conflicts:
testdata/scripts/pnd_run.sh

1  2 
testdata/scripts/pnd_run.sh

index 37ef213,c663cbe..ae10e32
mode 100644,100755..100644
  } #function end!
  
  if [ $nox ]; then
- echo forking now!
- fork &> /tmp/pndrun$BASENAME$mount.out & 
- disown
      echo forking now!
      fork &> /tmp/pndrun$BASENAME$mount.out & 
      disown
  else
- echo Running with x, not disowning!
- fork &> /tmp/pndrun$BASENAME$mount.out
- fi
+       echo Running with x, not disowning!
+       fork &> /tmp/pndrun$BASENAME$mount.out
 -fi
++fi