~ubuntu-branches/ubuntu/oneiric/kde4libs/oneiric-proposed

« back to all changes in this revision

Viewing changes to kdecore/util/kshell.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:08:34 UTC
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: package-import@ubuntu.com-20110708000834-dr9a8my4iml90qe5
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
         * Put the parser into full shell mode and bail out if a too complex
51
51
         * construct is encoutered.
52
52
         * A particular purpose of this flag is finding out whether the
53
 
         * command line being splitted would be executable directly (via
 
53
         * command line being split would be executable directly (via
54
54
         * KProcess::setProgram()) or whether it needs to be run through
55
55
         * a real shell (via KProcess::setShellCommand()). Note, however,
56
56
         * that shell builtins are @em not recognized - you need to do that