aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r--pdebuild-checkparams2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdebuild-checkparams b/pdebuild-checkparams
index daaeddd..6cd055f 100644
--- a/pdebuild-checkparams
+++ b/pdebuild-checkparams
@@ -28,7 +28,7 @@ while [ -n "$1" ]; do
--buildresult)
if [ -n "$2" ]; then
if [ -d "$2" ]; then
- BUILDRESULT=$(readlink -e "$2");
+ BUILDRESULT=$(readlink -f "$2");
else
echo "E: Directory $2 does not exist" >&2
exit 1