##// END OF EJS Templates
dockerdeb: fix incorrect number of shifts...
Sean Farley -
r29006:be02dfe4 stable
parent child Browse files
Show More
@@ -11,7 +11,7 b' checkdocker'
11 11 DISTID="$1"
12 12 CODENAME="$2"
13 13 PLATFORM="$1-$2"
14 shift # extra params are passed to build process
14 shift; shift # extra params are passed to build process
15 15
16 16 OUTPUTDIR=${OUTPUTDIR:=$ROOTDIR/packages/$PLATFORM}
17 17
General Comments 0
You need to be logged in to leave comments. Login now