#513: Improving portability of shell script used during build
---------------------+------------------------------------------------------
 Reporter:  heidnes  |        Type:  patch 
   Status:  new      |    Priority:  normal
Milestone:  1.1      |   Component:  none  
  Version:  1.0.0    |    Severity:  medium
 Keywords:           |        Lang:        
    Patch:           |    Platform:  netbsd
---------------------+------------------------------------------------------
 Hi,

 it turns out that one of the shell scripts one might
 happen to use during the build, tools/dev/mk_native_pbc,
 uses a non-portable GNUism, in that it uses the C-like
 == in place of the standardized = operator to the test
 program.

 The attached patch undoes this, improving portability.
 This was needed to get parrot 1.0.0 going on NetBSD/i386 4.0.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/513>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to