We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34440d7 commit be0c9c6Copy full SHA for be0c9c6
1 file changed
ML-Frameworks/pytorch-aarch64/build.sh
@@ -28,7 +28,7 @@ if [ -d pytorch ] || [ -d builder ] || [ -d ComputeLibrary ] ; then
28
echo "You appear to have sources already (pytorch/builder/ComputeLibrary)" \
29
30
if ! ([[ $* == *--force* ]] || [[ $* == *--use-existing-sources* ]]) ; then
31
- >2& echo "rerun with --force to overwrite sources or with" \
+ >&2 echo "rerun with --force to overwrite sources or with" \
32
"--use-existing-sources to build your existing sources."
33
exit 1
34
fi
0 commit comments