##// END OF EJS Templates
dockerdeb: redirect 'cd' in export command to /dev/null...
Sean Farley -
r28987:023f47c5 stable
parent child Browse files
Show More
@@ -4,7 +4,7 b''
4 . $(dirname $0)/packagelib.sh
4 . $(dirname $0)/packagelib.sh
5
5
6 BUILDDIR=$(dirname $0)
6 BUILDDIR=$(dirname $0)
7 export ROOTDIR=$(cd $BUILDDIR/..; pwd)
7 export ROOTDIR=$(cd $BUILDDIR/.. > /dev/null; pwd)
8
8
9 checkdocker
9 checkdocker
10
10
General Comments 0
You need to be logged in to leave comments. Login now