fluxbox/util/fbrun
mathias dff2aa3356 fix for the following problem:
on *bsd /bin/sh is not just a symlink to /bin/bash as on most linux's 
  but a real standalone shell. and it behaves differently from "bash -c"
  behavior .. it doesnt exec the command given but waits till the command
  finishes. as a result a lot of "rogue" a flying around. solution is now 

     ( $SHELL or /bin/sh ) -c exec <cmd>
2007-06-06 06:22:37 +00:00
..
FbRun.cc fix for the following problem: 2007-06-06 06:22:37 +00:00
FbRun.hh fbrun: Move the cursor to the end when tab completing 2006-04-25 02:42:05 +00:00
fbrun.xpm pixmap for fbrun 2003-08-25 01:15:30 +00:00
main.cc Cosmetic patch from Slava Semushin 2006-10-30 19:31:15 +00:00
Makefile.am minor fix, patch from Fr�d�ric L. W. Meunier (1 at pervalidus dot net) 2004-04-10 19:52:43 +00:00