mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-02 02:01:24 +00:00
Use command
not $(command)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@15026 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
46a8a070e8
commit
0e89d27c98
2 changed files with 6 additions and 1 deletions
|
@ -32,7 +32,7 @@ if [ -z "$*" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
mydir=$(dirname "$0")
|
||||
mydir=`dirname "$0"`
|
||||
basepath="$1"
|
||||
|
||||
${mydir}/mkinstalldirs "$basepath" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue