Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

8
  • What functionalities of your shell does it break? Commented Dec 9, 2014 at 13:20
  • What is the ...;unalias pn; in the alias definition good for? Scripts (and binaries) don't use the aliases of the calling shell anyway. Commented Dec 9, 2014 at 13:26
  • What is the output of alias iseRemoveSetup | cut -f2 -d "'" supposed to be? Commented Dec 9, 2014 at 13:55
  • @HaukeLaging: I only need to run source /home/ted/... once after that my path is fixed to include the tools. Therefore just running analyzer is enough, no need to source again. The script also adds older libraries to the linker path and some programs cant deal with these older libraries. Commented Dec 9, 2014 at 14:14
  • Is that a typo? "However if I call iseAddRemoveCall from the alias command. iseAddRemoveCall` doesn't appear anywhere else. Is that supposed to be iseAddToRemoveCall? Commented Dec 9, 2014 at 14:22