This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
822e846207
haiku
/
data
/
bin
/
which
7 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added "which" script, so that the command can be invoked in shell scripts, too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25190 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-04-26 21:41:53 +04:00
#!/bin/bash
Patch by Matt Madia: Fixed stdout/stderr redirection order. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35595 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-02-24 13:57:08 +03:00
. /etc/profile > /dev/null 2>&1
Added "which" script, so that the command can be invoked in shell scripts, too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25190 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-04-26 21:41:53 +04:00
whence $*
Reference in New Issue
Copy Permalink