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