thisisnic commented on code in PR #48014:
URL: https://github.com/apache/arrow/pull/48014#discussion_r2616479352


##########
r/src/Makevars.in:
##########
@@ -31,4 +31,4 @@ PKG_LIBS=@libs@
 all: $(SHLIB) purify
 
 purify: $(SHLIB)
-       @rm -rf ../{libarrow,windows} || true
+       @rm -rf ../libarrow ../windows || true

Review Comment:
   Ah yeah, should have added a comment; it's a bashism and in Alpine, if bash 
isn't installed, it fails.



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to