From: Chris Hanson Date: Wed, 2 Aug 1989 00:53:42 +0000 (+0000) Subject: CSH doesn't need to have $ doubled when it is wrapped in single X-Git-Tag: 20090517-FFI~11912 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=421e9ae6d57317dbec1e28497844f409da5d45d1;p=mit-scheme.git CSH doesn't need to have $ doubled when it is wrapped in single quotes. --- diff --git a/v7/src/microcode/s/ultrix.m4 b/v7/src/microcode/s/ultrix.m4 index 47d22b697..82600ddd6 100755 --- a/v7/src/microcode/s/ultrix.m4 +++ b/v7/src/microcode/s/ultrix.m4 @@ -1,4 +1,4 @@ #!/bin/csh -f -# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.m4,v 1.1 1989/07/27 08:18:04 cph Exp $ +# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/ultrix.m4,v 1.2 1989/08/02 00:53:42 cph Exp $ # Postprocessing to make m4 work correctly under Ultrix. -m4 $* | sed -e 's/@/$$/g' -e 's/^ $$//' +m4 $* | sed -e 's/@/$/g' -e 's/^ $//'