pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/wrapper Fixed indentation of the debugging messages...
details: https://anonhg.NetBSD.org/pkgsrc/rev/04a2c45de642
branches: trunk
changeset: 521550:04a2c45de642
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Nov 14 13:40:20 2006 +0000
description:
Fixed indentation of the debugging messages and the missing newline at
the end of the file.
diffstat:
mk/wrapper/wrapper-subr.sh | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 05553444109c -r 04a2c45de642 mk/wrapper/wrapper-subr.sh
--- a/mk/wrapper/wrapper-subr.sh Tue Nov 14 13:39:56 2006 +0000
+++ b/mk/wrapper/wrapper-subr.sh Tue Nov 14 13:40:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: wrapper-subr.sh,v 1.1 2006/11/11 07:44:46 rillig Exp $
+# $NetBSD: wrapper-subr.sh,v 1.2 2006/11/14 13:40:20 rillig Exp $
#
# This file contains shell functions that are useful to the wrapper
# scripts.
@@ -12,14 +12,14 @@
# usage: transform_to "newarg"
transform_to() {
arg="$1"
- $debug_log $wrapperlog " ($wrapsubr_name) to: $1"
+ $debug_log $wrapperlog " ($wrapsubr_name) to: $1"
addtocache=yes
}
# usage: transform_to_nocache "newarg"
transform_to_nocache() {
arg="$1"
- $debug_log $wrapperlog " ($wrapsubr_name) to: $1"
+ $debug_log $wrapperlog " ($wrapsubr_name) to: $1"
addtocache=no
}
@@ -38,4 +38,3 @@
#echo "warning: $wrapsubr_name: unknown option $arg" 1>/dev/tty
addtocache=no
}
-
\ No newline at end of file
Home |
Main Index |
Thread Index |
Old Index