mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-21 14:31:21 +00:00
Comment out debug prints in run-in-runcpm.sh
This commit is contained in:
parent
33cd326d9a
commit
bce5954787
@ -21,11 +21,11 @@ test -d "${runcpm_a0}" || mkdir -p "${runcpm_a0}"
|
||||
|
||||
for pathname in ${cpmfilesdir}/*
|
||||
do
|
||||
echo $pathname
|
||||
# echo $pathname
|
||||
filename="$(realpath --relative-to="${cpmfilesdir}" "${pathname}")"
|
||||
echo $filename
|
||||
# echo $filename
|
||||
uppercase_filename="$("${toolsdir}/echo-toupper.py" "${filename}")"
|
||||
echo $uppercase_filename
|
||||
# echo $uppercase_filename
|
||||
cp "${pathname}" "${runcpm_a0}/${uppercase_filename}"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user