Fixed an embedded shell script.

Reviewed by:	sobomax
This commit is contained in:
Ruslan Ermilov 2011-05-13 09:55:48 +00:00
parent 15b68c63bb
commit 22a2d42fa3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221832

View file

@ -31,7 +31,7 @@
#define CLOOP_MAGIC_LEN 128
static char CLOOP_MAGIC_START[] = "#!/bin/sh\n#V2.0 Format\n"
"m=geom_uzip\n(kldstat -m $m 2>&-||kldload $m)>&-&&"
"(kldstat -qm g_uzip||kldload geom_uzip)>&-&&"
"mount_cd9660 /dev/`mdconfig -af $0`.uzip $1\nexit $?\n";
static char *readblock(int, char *, u_int32_t);