ikozhukhov commented on this pull request.


> @@ -202,7 +202,7 @@ function plus_sign_check_v #<obj>
                return 1
        fi
 
-       ls -vd $obj | nawk '(NR == 1) {print $1}' | grep "+\>" > /dev/null
+       ls -vd $obj | nawk '(NR == 1) {print $1}' | grep "+$" > /dev/null

why in line 188 we are using awk , but on this line - nawk ?
maybe fix it in both cases to awk or nawk?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/522#pullrequestreview-88652770
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T966328ea88090567-Ma6045d7b501847bf22f39ec5
Powered by Topicbox: https://topicbox.com

Reply via email to