Export to GitHub

pyp - issue #3

Aliased Commands Don't work in conjunction with | sh


Posted on Feb 22, 2012 by Helpful Horse

What steps will reproduce the problem? 1. shell out a command to the terminal that uses a systems aliased command 2. 3.

What is the expected output? What do you see instead?

"command not found"

What version of the product are you using? On what operating system?

linux, curent

Please provide any additional information below.

Comment #1

Posted on Mar 12, 2012 by Grumpy Lion

This is a limitation of sh as other tools have trouble picking up an alias...awk fails too when you try to make a command and then pipe it to sh...maybe someone out there with a lot of sh experience has a workaround?

Comment #2

Posted on May 5, 2012 by Grumpy Lion

The change for this is done now.

Status: Fixed

Labels:
Type-Defect Priority-Medium