Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perl 5.005_3 patch: Non-standard object extensions #213

Closed
p5pRT opened this issue Jul 20, 1999 · 1 comment
Closed

Perl 5.005_3 patch: Non-standard object extensions #213

p5pRT opened this issue Jul 20, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Jul 20, 1999

Migrated from rt.perl.org#1019 (status was 'resolved')

Searchable as RT1019$

@p5pRT
Copy link
Author

p5pRT commented Jul 20, 1999

From seans@ncube.com

Inline Patch
--- ./cflags.SH	Wed Jul 29 17:53:17 1998
+++ /vobs/ncube3/web/perl5.005_03/cflags.SH	Fri Jun  4 10:46:06 1999
@@ -65,7 +65,9 @@
 0) set *.c; echo "The current C flags are:" ;;
 esac
 
-set `echo "$* " | sed -e 's/\.[oc] / /g' -e 's/\.obj / /g'`
+expr="sed -e 's/\.[oc] / /g' -e 's/\.obj / /g' -e 's/\\$obj_ext / /g'"
+set `echo "$* " | eval $expr`
+unset expr
 
 for file do
 
--- ./x2p/cflags.SH	Wed Jul 29 19:01:19 1998
+++ /vobs/ncube3/web/perl5.005_03/x2p/cflags.SH	Fri Jun  4 10:54:09 1999
@@ -57,7 +57,9 @@
 0) set *.c; echo "The current C flags are:" ;;
 esac
 
-set `echo "$* " | sed -e 's/\.[oc] / /g' -e 's/\.obj / /g'`
+expr="sed -e 's/\.[oc] / /g' -e 's/\.obj / /g' -e 's/\\$obj_ext / /g'"
+set `echo "$* " | eval $expr`
+unset expr
 
 for file do
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant