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
# Some shells can't pass arguments to source'd scripts.
# ??? This needs some rethinking.
if [ x"$1" != x ] ; then
savesrcdir=$1
savesubdirs=$2
else
savesrcdir=$srcdir
savesubdirs=$subdirs
fi
savesrcdir=$srcdir
savesubdirs=$subdirs
for subdir in . $savesubdirs
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