Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkg.8: Update example to use proper ASSUME_ALWAYS_YES value
Bryan Drewery committed 11 years ago
commit cfc32ed2f90171ddf037d911e4fd9535b1659425
parent 324cdd1
1 file changed +2 -2
modified docs/pkg.8
@@ -15,7 +15,7 @@
.\"     @(#)pkg.8
.\" $FreeBSD$
.\"
-
.Dd May 26, 2014
+
.Dd June 16, 2014
.Dt PKG 8
.Os
.\" ---------------------------------------------------------------------------
@@ -138,7 +138,7 @@ The following script is the safest way to detect if
.Nm
is installed and activated:
.Bd -literal -offset indent
-
  if TMPDIR=/dev/null ASSUME_ALWAYS_YES=1 \\
+
  if TMPDIR=/dev/null ASSUME_ALWAYS_YES=yes \\
       PACKAGESITE=file:///nonexistent \\
       pkg info -x 'pkg(-devel)?$' >/dev/null 2>&1; then
    # pkgng-specifics