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:
Ingo Weinhold
2010-02-24 10:57:08 +00:00
parent a4b56b16e6
commit 8480d72320
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
. /etc/profile 2>&1 > /dev/null
. /etc/profile > /dev/null 2>&1
whence $*