File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -324,13 +324,12 @@ sdh_store_wheel() {
324
324
distname=" ${wheel_basename%% -* } "
325
325
# Record name and wheel file location
326
326
if [ -n " $SAGE_DESTDIR " ]; then
327
- echo " Staged wheel file and ${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt file: "
327
+ echo " Staged wheel file, staged ${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt"
328
328
else
329
- echo " Copied wheel file and wrote ${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt file: "
329
+ echo " Copied wheel file, wrote ${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt"
330
330
fi
331
331
mkdir -p ${SAGE_DESTDIR}${SAGE_SPKG_SCRIPTS} /${PKG_BASE}
332
332
echo " ${distname} @ file://${wheel} " >> " ${SAGE_DESTDIR}${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt"
333
- cat " ${SAGE_DESTDIR}${SAGE_SPKG_SCRIPTS} /${PKG_BASE} /spkg-requirements.txt"
334
333
fi
335
334
wheel=" ${SAGE_DESTDIR}${wheel} "
336
335
}
You can’t perform that action at this time.
0 commit comments