diff options
| -rwxr-xr-x | prefdm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ if [ -f /etc/sysconfig/desktop ]; then fi fi +shopt -s execfail + [ -n "$preferred" ] && exec $preferred $* >/dev/null 2>&1 # Fallbacks, in order |
![]() |
index : initscripts.git | |
| Unnamed repository; edit this file to name it for gitweb. | Casey Dahlin |
| summaryrefslogtreecommitdiffstats |
| -rwxr-xr-x | prefdm | 2 |
@@ -24,6 +24,8 @@ if [ -f /etc/sysconfig/desktop ]; then fi fi +shopt -s execfail + [ -n "$preferred" ] && exec $preferred $* >/dev/null 2>&1 # Fallbacks, in order |