mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
Fixed some bugs related to openapp.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2514 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cd198b7c11
commit
a91f775bc2
5 changed files with 23 additions and 9 deletions
|
@ -27,8 +27,8 @@ fi
|
|||
|
||||
curdir=`pwd`
|
||||
|
||||
for dir in "$*"; do
|
||||
for dir in $@; do
|
||||
if [ -d $curdir/$dir ]; then
|
||||
echo `(cd $curdir/$dir; pwd)`
|
||||
echo "`(cd $curdir/$dir; pwd)`"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue