summaryrefslogtreecommitdiffstats
path: root/bin/fdpsh
Commit message (Collapse)AuthorAgeFilesLines
* Identify original shell using the ${REALSHELL} variable.Tommy Reynolds2006-03-031-0/+1
|
* Pushd/popd stuff was ugly, it's true; this should be more portable.Paul W. Frields2006-02-041-1/+1
| | | | | | | Without it, package buliding output is harder to read/debug due to piling on of *many* relative directory parentage constructs, especially during XSLT operations, since fdpsh is called a whole bunch.
* Use read prompt function to eliminate backspace bobblesPaul W. Frields2006-02-041-2/+1
|
* Figure out absolute pathnames in a portable manner.Tommy Reynolds2006-02-041-4/+7
|
* This seems to make packaging work again... probably needs checking for ↵Paul W. Frields2006-02-041-3/+5
| | | | kludginess
* Append commands to the log file "/tmp/fdpsh.log" if, and only if, itTommy Reynolds2006-01-271-0/+5
| | | | already exists.
* 1) Make compatible with Bourne shell, bash, korn shell, and Z-Shell.Tommy Reynolds2006-01-161-7/+13
| | | | | | | 2) Redirections now work correctly in all modes. So do pipes, (), and the like. 3) Set ${SHELL} environment parameter so that subshells inherit the ". fdp-functions" environment.
* Fedora Documention Project Shell, a wrapper for the "fdp-functions"Tommy Reynolds2006-01-161-0/+45
functionality that works very much like the original BASH shell.