svn commit: r258792 - head/sbin

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Dec 1 09:52:39 UTC 2013


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


More information about the svn-src-all mailing list