From 8f963d99d35101989d26d58a90277a8f5ea8281f Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Fri, 9 Jun 2017 10:11:35 +0300 Subject: [PATCH] qcd more BSD compliant --- qcd_function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcd_function b/qcd_function index ab3ded8..deb9801 100644 --- a/qcd_function +++ b/qcd_function @@ -384,7 +384,7 @@ function path_add_current { } local p=$(pwd) [[ -z "$1" ]] || { - p=$( readlink -e "$1" ) + p=$( realpath "$1" ) } [[ -z "$p" ]] && { echo Path "$1" not found >&2