mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixed, rewritten
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9446 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6506312223
commit
43e83b19c6
1 changed files with 7 additions and 2 deletions
|
@ -5,7 +5,10 @@
|
|||
#
|
||||
# Author: Ovidiu Predescu <ovidiu@net-community.com>
|
||||
# Date: October 1997
|
||||
#
|
||||
# Rewritten: Nicola Pero <n.pero@mi.flashnet.it>
|
||||
# Date: March 2001
|
||||
#
|
||||
#
|
||||
# This file is part of the GNUstep Makefile Package.
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
|
@ -29,6 +32,8 @@ curdir=`pwd`
|
|||
|
||||
for dir in $@; do
|
||||
if [ -d $curdir/$dir ]; then
|
||||
echo "`(cd $curdir/$dir; pwd)`"
|
||||
echo "$curdir/$dir"
|
||||
else
|
||||
echo "$dir"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue