Remove useless if, /bin/open will handle this itself. Thanks Rene and sorry for
the noise. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32546 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,11 +5,7 @@
|
|||||||
# Start programs and open files in the boot launch folder
|
# Start programs and open files in the boot launch folder
|
||||||
for file in $HOME/config/boot/launch/*
|
for file in $HOME/config/boot/launch/*
|
||||||
do
|
do
|
||||||
if [ -x "$file" ]; then
|
/bin/open "$file" &
|
||||||
"$file" &
|
|
||||||
else
|
|
||||||
/bin/open "$file" &
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
#=====================================================================
|
#=====================================================================
|
||||||
# FEEL FREE TO EDIT BELOW
|
# FEEL FREE TO EDIT BELOW
|
||||||
|
|||||||
Reference in New Issue
Block a user