8 lines
173 B
Bash
8 lines
173 B
Bash
#!/bin/bash
|
|
# tests that the variables work
|
|
source "$(dirname "$0")/common"
|
|
echo ${RELEASE_DIR}
|
|
echo ${STAGING_ROOT}/${CATEGORY_STUB}/${REV}
|
|
echo $NONMODS_REPOS
|
|
echo ${REV}
|