print the value of the dir

This commit is contained in:
radius 2015-10-23 01:39:23 -05:00
parent 642d9d1d9c
commit f7faa1004a

View File

@ -175,10 +175,10 @@ else
RARCH_DIST_DIR="$RARCH_DIR/$PLATFORM"
fi
echo DISTDIR: $RARCH_DIST_DIR
fi
echo DISTDIR: $RARCH_DIST_DIR
# set jobs to 2 if not specified
if [ -z "$JOBS" ]; then
JOBS=2