We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b211b commit 971df19Copy full SHA for 971df19
1 file changed
async-check.sh
@@ -75,7 +75,7 @@ function Test() {
75
function Remove() {
76
UnlinkFiles
77
78
- rm -rf ./async
+ rm -rf ${ASYNC_DIR}
79
}
80
81
if [ "$#" -gt 1 ]; then
0 commit comments