Skip to content

Commit

Permalink
rc.d/devfs: Add missing line termination.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nikolajsen authored and Matthew Dillon committed Sep 30, 2009
1 parent ebd99ea commit d722e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/rc.d/devfs
Expand Up @@ -21,6 +21,7 @@ load_rules()
for file; do
[ -r $file ] && echo -n " $file" && /sbin/devfsctl -a -f $file
done
echo '.'
}

case "$1" in
Expand Down

0 comments on commit d722e8b

Please sign in to comment.