Skip to content

Commit

Permalink
bug in redirection in box.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
phyver committed Jun 12, 2021
1 parent ec01ad3 commit 9bebdcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/box.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ shift $(($OPTIND - 1))
filename=${1:--}
if [ "$filename" != "-" ] && ! [ -f "$filename" ]
then
echo "error: box.sh, '$filename' is not a file" &>2
echo "error: box.sh, '$filename' is not a file" >&2
exit 1
fi

Expand Down

0 comments on commit 9bebdcb

Please sign in to comment.