fix tester
This commit is contained in:
parent
8ec4536e49
commit
5d8541fc10
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# tests that the variables work
|
# tests that the variables work
|
||||||
source "$(dirname "$0")/common"
|
source "$(dirname "$0")/common"
|
||||||
echo ${RELEASE_DIR}
|
echo "${RELEASE_DIR}"
|
||||||
echo ${STAGING_ROOT}/${CATEGORY_STUB}/${REV}
|
echo "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}"
|
||||||
echo $NONMODS_REPOS
|
echo "$NONMODS_REPOS"
|
||||||
echo ${REV}
|
echo "${REV}"
|
||||||
|
Loading…
Reference in New Issue
Block a user