Skip to content

Commit 971df19

Browse files
author
Andras Fekete
committed
Missing fix
1 parent e4b211b commit 971df19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

async-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function Test() {
7575
function Remove() {
7676
UnlinkFiles
7777

78-
rm -rf ./async
78+
rm -rf ${ASYNC_DIR}
7979
}
8080

8181
if [ "$#" -gt 1 ]; then

0 commit comments

Comments
 (0)