Skip to content

Commit 44599eb

Browse files
authored
Merge pull request #347 from Sqvid/fix-stderr-write-torch
fix: correct typo in stderr redirect
2 parents 55d36fc + be0c9c6 commit 44599eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ML-Frameworks/pytorch-aarch64/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ -d pytorch ] || [ -d builder ] || [ -d ComputeLibrary ] ; then
2828
echo "You appear to have sources already (pytorch/builder/ComputeLibrary)" \
2929

3030
if ! ([[ $* == *--force* ]] || [[ $* == *--use-existing-sources* ]]) ; then
31-
>2& echo "rerun with --force to overwrite sources or with" \
31+
>&2 echo "rerun with --force to overwrite sources or with" \
3232
"--use-existing-sources to build your existing sources."
3333
exit 1
3434
fi

0 commit comments

Comments
 (0)