Patch by Matt Madia: Replaced non-POSIX "&>" by "2>&1 >".

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35275 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-01-25 04:10:32 +00:00
parent 2069f565e8
commit d2e874ddff
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
. /etc/profile &> /dev/null
. /etc/profile 2>&1 > /dev/null
whence $*