Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 09:52:38 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258792 - head/sbin
Message-ID:  <201312010952.rB19qcU2075501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Sun Dec  1 09:52:38 2013
New Revision: 258792
URL: http://svnweb.freebsd.org/changeset/base/258792

Log:
  Remove trailing backslash.

Modified:
  head/sbin/Makefile

Modified: head/sbin/Makefile
==============================================================================
--- head/sbin/Makefile	Sun Dec  1 09:41:06 2013	(r258791)
+++ head/sbin/Makefile	Sun Dec  1 09:52:38 2013	(r258792)
@@ -72,7 +72,7 @@ SUBDIR=adjkerntz \
 	swapon \
 	sysctl \
 	tunefs \
-	umount \
+	umount
 
 .if ${MK_ATM} != "no"
 SUBDIR+=	atm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312010952.rB19qcU2075501>