Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiemars committed May 3, 2024
1 parent 1ccc7b0 commit 032e12c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auto/feature
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ if [ -x $NM_AUTOTEST ]; then
nm_feature_value=`$NM_AUTOTEST 2>> "$NM_AUTO_ERR"`
if [ 0 -eq $? ]; then
nm_found=yes
have=$nm_have_feature value=$nm_feature_value . ${NORE_ROOT}/auto/define
have=$nm_have_feature value=$nm_feature_value \
. ${NORE_ROOT}/auto/define
fi
echo "$nm_found"
;;
Expand Down

0 comments on commit 032e12c

Please sign in to comment.