Skip to content

Commit a8087c9

Browse files
committed
small fix to script self-destruction
1 parent 6c4498a commit a8087c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/make.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ function makeScript(lab){
474474
text += "echo '" + lines[lineIndex] + "' >> " + fileName + "\n";
475475
}
476476
}
477-
text += "rm ../../$0\n";
477+
text += "rm $0\n";
478478

479479
return text;
480480
}

0 commit comments

Comments
 (0)