Skip to content
Snippets Groups Projects
Commit aba70573 authored by ram's avatar ram
Browse files

Used a hack to keep the magic $header string from appearing in the script

so that checking it in doesn't trash it.
parent 0ec4800f
No related branches found
No related tags found
No related merge requests found
#!/bin/csh -f #!/bin/csh -f
#
# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/fixheader,v 1.2 1992/02/03 01:46:58 ram Exp $
set quotehack = \$"Header: "\$
foreach file ($argv) foreach file ($argv)
set range = (`fgrep -n ';;; ***********' $file | sed -e '3,$d' -e 's/:.*//'`) set range = (`fgrep -n ';;; ***********' $file | sed -e '3,$d' -e 's/:.*//'`)
...@@ -23,7 +27,7 @@ $range[1]i ...@@ -23,7 +27,7 @@ $range[1]i
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"\$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/fixheader,v 1.1 1991/03/08 19:51:13 ram Exp $") "$quotehack")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
. .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment