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="$(realpath "$(dirname "$0")/..")"
|
||||
[ -z "$inc_misc" ] && . "$basedir/build/misc.sh"
|
||||
|
||||
while [ "$#" -gt 0 ]; do
|
||||
|
||||
Reference in New Issue
Block a user