##// END OF EJS Templates
packaging: builddeb's cleanup needs to expand PWD, safely...
muxator -
r40141:d3780c8f default
parent child Browse files
Show More
@@ -16,7 +16,7 b' DEBFLAGS=-b'
16
16
17 cleanup() {
17 cleanup() {
18 if [ '$CLEANUP' ]; then
18 if [ '$CLEANUP' ]; then
19 rm -r '$PWD/debian';
19 rm -r "$PWD/debian";
20 fi
20 fi
21 }
21 }
22
22
General Comments 0
You need to be logged in to leave comments. Login now