diff options
Diffstat (limited to 'writemain.SH')
-rw-r--r-- | writemain.SH | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/writemain.SH b/writemain.SH index 18544c1f81..6c53602472 100644 --- a/writemain.SH +++ b/writemain.SH @@ -24,6 +24,7 @@ echo "Extracting writemain (with variable substitutions)" rm -f writemain $spitshell >writemain <<!GROK!THIS! $startsh +src=$src !GROK!THIS! : In the following dollars and backticks do not need the extra backslash. @@ -55,7 +56,7 @@ for file in $orig ; do done -sed '/Do not delete this line--writemain depends on it/q' miniperlmain.c +sed '/Do not delete this line--writemain depends on it/q' $src/miniperlmain.c if test X"$args" != "X" ; then |