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
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
. /etc/profile 2>&1 > /dev/null
|
||||
. /etc/profile > /dev/null 2>&1
|
||||
|
||||
whence $*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user