From: Martin Lucina Date: Sun, 23 Nov 2014 12:47:48 +0000 (+0100) Subject: Use readlink -f instead of realpath X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4584cf9b58002b3724cb5dbdb5abbf99021ff2a7;p=rumpuser-xen.git Use readlink -f instead of realpath Signed-off-by: Martin Lucina --- diff --git a/app-tools/rumprun b/app-tools/rumprun index 53c7259..efeadd2 100755 --- a/app-tools/rumprun +++ b/app-tools/rumprun @@ -194,7 +194,7 @@ run_xen() { [ "$1" = "--" ] && shift [ $# -lt 1 ] && usage name=${opt_name:-rumprun-$(basename $1)} - app=$(realpath $1) + app=$(readlink -f $1) shift # Generate xl configuration file. cat </tmp/xr.conf.$$