mirror of
https://github.com/google/pebble.git
synced 2026-02-22 13:07:22 -05:00
spelling: output
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -76,7 +76,7 @@ echo "${README_TEXT}" > ${OUT_DIR}/README.txt
|
|||||||
# Create the requirements.txt file
|
# Create the requirements.txt file
|
||||||
echo "${REQUIREMENTS_TEXT}" > ${OUT_DIR}/requirements.txt
|
echo "${REQUIREMENTS_TEXT}" > ${OUT_DIR}/requirements.txt
|
||||||
|
|
||||||
# Copy the scripts we're interested into the ouput directory
|
# Copy the scripts we're interested into the output directory
|
||||||
mkdir -p ${OUT_DIR}/scripts
|
mkdir -p ${OUT_DIR}/scripts
|
||||||
cp tools/hdlc.py ${OUT_DIR}/scripts/
|
cp tools/hdlc.py ${OUT_DIR}/scripts/
|
||||||
cp tools/binutils.py ${OUT_DIR}/scripts/
|
cp tools/binutils.py ${OUT_DIR}/scripts/
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ echo "${README_TEXT}" > ${OUT_DIR}/README.txt
|
|||||||
# Create the requirements.txt file
|
# Create the requirements.txt file
|
||||||
echo "${REQUIREMENTS_TEXT}" > ${OUT_DIR}/requirements.txt
|
echo "${REQUIREMENTS_TEXT}" > ${OUT_DIR}/requirements.txt
|
||||||
|
|
||||||
# Copy the scripts we're interested into the ouput directory
|
# Copy the scripts we're interested into the output directory
|
||||||
mkdir -p ${OUT_DIR}/scripts
|
mkdir -p ${OUT_DIR}/scripts
|
||||||
cp tools/hdlc.py ${OUT_DIR}/scripts/
|
cp tools/hdlc.py ${OUT_DIR}/scripts/
|
||||||
cp tools/binutils.py ${OUT_DIR}/scripts/
|
cp tools/binutils.py ${OUT_DIR}/scripts/
|
||||||
|
|||||||
Reference in New Issue
Block a user