Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
9a4240c2def6a462c9e648a5646ad156858784dd
Fix bad copy/paste
Baptiste Daroussin
committed
14 years ago
commit 9a4240c2def6a462c9e648a5646ad156858784dd
parent
cec1c4711261c4115f52704f4557aa550f8c027d
1 file changed
+1
-1
modified
pkg/info.c
@@ -229,7 +229,7 @@ exec_info(int argc, char **argv)
pkgversion2[-1] = '\0';
pkgversion2[0] = '\0';
pkgversion2++;
-
sign = EQ;
+
sign2 = EQ;
break;
}
}