Commit 7e38afdd by Doug Evans

Undo last patch that tried using both $1 and $srcdir.

From-SVN: r14246
parent fb8e2f83
...@@ -27,13 +27,8 @@ touch Make-lang ...@@ -27,13 +27,8 @@ touch Make-lang
# Some shells can't pass arguments to source'd scripts. # Some shells can't pass arguments to source'd scripts.
# ??? This needs some rethinking. # ??? This needs some rethinking.
if [ x"$1" != x ] ; then savesrcdir=$srcdir
savesrcdir=$1 savesubdirs=$subdirs
savesubdirs=$2
else
savesrcdir=$srcdir
savesubdirs=$subdirs
fi
for subdir in . $savesubdirs for subdir in . $savesubdirs
do do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment