Module Name:    src
Committed By:   martin
Date:           Wed May 27 15:18:29 UTC 2015

Modified Files:
        src/distrib/sets: maketars

Log Message:
Simplify slightly


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/distrib/sets/maketars

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/maketars
diff -u src/distrib/sets/maketars:1.83 src/distrib/sets/maketars:1.84
--- src/distrib/sets/maketars:1.83	Wed May 27 09:26:46 2015
+++ src/distrib/sets/maketars	Wed May 27 15:18:29 2015
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: maketars,v 1.83 2015/05/27 09:26:46 martin Exp $
+# $NetBSD: maketars,v 1.84 2015/05/27 15:18:29 martin Exp $
 #
 # Make release tar files for some or all lists.  Usage:
 # maketars [-b] [-x] [-i installdir] [-a arch] [-m machine] [-s setsdir]
@@ -121,7 +121,7 @@ while getopts L:bxyi:a:m:qs:F:SM:N:Ud:t:
 		etcdir="${OPTARG}"
 		;;
 	U)
-		preserve=""
+		preserve=
 		;;
 	d)
 		dest="${OPTARG}"

Reply via email to