diff options
Diffstat (limited to 'rc.d/rc')
-rwxr-xr-x | rc.d/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ check_runlevel () # Now find out what the current and what the previous runlevel are. argv1="$1" -set `/sbin/runlevel` +set $(/sbin/runlevel) runlevel=$2 previous=$1 export runlevel previous |