Commit 4b6212b
committed
Fixed calling generate-cat-file
When you put something in double quotes it will be
passed as one parameter (one argv) to the program.
This is a way to pass whitespace to programs. In
our case the double quotes were wrong since we
want to pass -G and the GUID (or -T and the timestamp)
as seperate (argv) parameters.
Now it builds with WinDRBD and the CAT files generated
can be used to load the driver.1 parent f334adb commit 4b6212b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
0 commit comments