be compatible with realpath tool in debian wheezy
svn path=/trunk/; revision=31289
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
basedir="$(realpath -m "$0/../..")"
|
||||
basedir="$(dirname "$0")/.."
|
||||
[ -z "$inc_misc" ] && . "$basedir/build/misc.sh"
|
||||
|
||||
. "$basedir/build/arguments.sh"
|
||||
|
||||
Reference in New Issue
Block a user