diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-14 13:40:20 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-14 13:40:20 +0000 |
commit | 9ba5e8c4e3063d6cca0ef9afdf6f01fa0423bfcc (patch) | |
tree | 55437bd06588ba20f10e644f090636d7d89a3c69 /mk/wrapper | |
parent | a0ef582ff9a7ebc4677eb85bb1382fa0ea51f3aa (diff) | |
download | pkgsrc-9ba5e8c4e3063d6cca0ef9afdf6f01fa0423bfcc.tar.gz |
Fixed indentation of the debugging messages and the missing newline at
the end of the file.
Diffstat (limited to 'mk/wrapper')
-rw-r--r-- | mk/wrapper/wrapper-subr.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mk/wrapper/wrapper-subr.sh b/mk/wrapper/wrapper-subr.sh index cf6589bb7cf..9e7a59c9af6 100644 --- a/mk/wrapper/wrapper-subr.sh +++ b/mk/wrapper/wrapper-subr.sh @@ -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 @@ transform_setname() { # 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 @@ transform_pass_unknown() { #echo "warning: $wrapsubr_name: unknown option $arg" 1>/dev/tty addtocache=no } -
\ No newline at end of file |