xiaoxiang781216 commented on a change in pull request #1024:
URL: https://github.com/apache/incubator-nuttx/pull/1024#discussion_r422790774



##########
File path: tools/refresh.sh
##########
@@ -259,7 +229,7 @@ for CONFIG in ${CONFIGS}; do
 
   # Show differences
 
-  if ! $CMPCONFIG $DEFCONFIG defconfig; then
+  if ! diff $DEFCONFIG defconfig; then

Review comment:
       Ok, I will change to this behavour.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to