Skip to content
Snippets Groups Projects
Commit 1c18d081 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

not all shells understand substitution

git-svn-id: http://root.cern.ch/svn/root/trunk@20 27541ba8-7e3a-0410-8455-c3a389f83636
parent a03c74d8
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,12 @@ LDFLAGS=$6
SOEXT=$7
SYSLIBS=$8
LIBDIR=$9
ROOTLIBS=${10}
RINTLIBS=${11}
INCDIR=${12}
shift
ROOTLIBS=$9
shift
RINTLIBS=$9
shift
INCDIR=$9
if [ "$INCDIR" = "$ROOTSYS/include" ]; then
INCDIR=\$ROOTSYS/include
......
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