diff options
| -rw-r--r-- | gnu/build/activation.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/build/activation.scm b/gnu/build/activation.scm index b915e6bb673..4b67926e882 100644 --- a/gnu/build/activation.scm +++ b/gnu/build/activation.scm | |||
| @@ -321,7 +321,7 @@ improvement." | |||
| 321 | (define (boot-time-system) | 321 | (define (boot-time-system) |
| 322 | "Return the '--system' argument passed on the kernel command line." | 322 | "Return the '--system' argument passed on the kernel command line." |
| 323 | (find-long-option "--system" (if (string-contains %host-type "linux-gnu") | 323 | (find-long-option "--system" (if (string-contains %host-type "linux-gnu") |
| 324 | linux-command-line | 324 | (linux-command-line) |
| 325 | (command-line)))) | 325 | (command-line)))) |
| 326 | 326 | ||
| 327 | (define* (activate-current-system | 327 | (define* (activate-current-system |
