Skip to content

Commit

Permalink
mkproto.sh: typo of prev commit
Browse files Browse the repository at this point in the history
Failed only on Focal, wonderful. :(
  • Loading branch information
stsp committed Dec 26, 2024
1 parent dfb5842 commit ea82956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libc/dj64/parsers/mkproto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ $# -lt 5 ]; then
exit 1
fi

if test -z "$CTAGS" -o test -z "$RTAGS"; then
if [ -z "$CTAGS" -o -z "$RTAGS" ]; then
echo "universal-ctags not installed"
exit 1
fi
Expand Down

0 comments on commit ea82956

Please sign in to comment.