diff options
author | mtm <mtm@FreeBSD.org> | 2007-10-25 16:59:06 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2007-10-25 16:59:06 +0000 |
commit | 39da3f5321a664d70a61231e8037d918eb8d5b10 (patch) | |
tree | 235083af661b4384c1e2cf4d3d13c9e34c062601 /etc/rc.d/amd | |
parent | 48c9c853fbf0e4c197a166cd98f89bcfeddbf63e (diff) | |
download | FreeBSD-src-39da3f5321a664d70a61231e8037d918eb8d5b10.zip FreeBSD-src-39da3f5321a664d70a61231e8037d918eb8d5b10.tar.gz |
Remove unnecessary whitespace
Diffstat (limited to 'etc/rc.d/amd')
-rwxr-xr-x | etc/rc.d/amd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/amd b/etc/rc.d/amd index 040e5ff..56ecd34 100755 --- a/etc/rc.d/amd +++ b/etc/rc.d/amd @@ -47,7 +47,7 @@ amd_precmd() ;; *) rc_flags="-p ${rc_flags}" - command_args=" > /var/run/amd.pid 2> /dev/null" + command_args="> /var/run/amd.pid 2> /dev/null" ;; esac return 0 |