Changeset 281 for python


Ignore:
Timestamp:
Jan 16, 2012, 3:17:34 PM (14 years ago)
Author:
Yuri Dario
Message:

python: use system configured shell in makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/Makefile.pre.in

    r10 r281  
    3838
    3939# Shell used by make (some versions default to the login shell, which is bad)
    40 SHELL=          /bin/sh
     40SHELL=          @SHELL@
    4141
    4242# Use this to make a link between python$(VERSION) and python in $(BINDIR)
Note: See TracChangeset for help on using the changeset viewer.