lhotari commented on a change in pull request #10302:
URL: https://github.com/apache/pulsar/pull/10302#discussion_r617375766



##########
File path: pulsar-client-cpp/pkg/deb/docker-build-deb.sh
##########
@@ -21,6 +21,7 @@
 set -e
 
 ROOT_DIR=$(dirname $0)/../../..
+ROOT_DIR=$(realpath $ROOT_DIR)

Review comment:
       it looks odd, but it works and takes all possible corner cases into 
account. It's one most popular answer for this problem in Stackoverflow: 
https://stackoverflow.com/a/246128 . 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to