##// END OF EJS Templates
packaging: cleanup() did not read the value of $CLEANUP...
muxator -
r40142:930bce07 default
parent child Browse files
Show More
@@ -15,7 +15,7 b' CODENAME=`lsb_release -cs 2> /dev/null |'
15 DEBFLAGS=-b
15 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 }
General Comments 0
You need to be logged in to leave comments. Login now