diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/guix.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/guix.in b/scripts/guix.in index 8f2d8a6433f..5d6921dd09d 100644 --- a/scripts/guix.in +++ b/scripts/guix.in | |||
| @@ -64,4 +64,9 @@ | |||
| 64 | (apply guix-main (command-line)))) | 64 | (apply guix-main (command-line)))) |
| 65 | 65 | ||
| 66 | (maybe-augment-load-paths!) | 66 | (maybe-augment-load-paths!) |
| 67 | |||
| 68 | ;; XXX: It would be more convenient to change it to: | ||
| 69 | ;; (exit (run-guix-main)) | ||
| 70 | ;; but since the 'guix' command is not updated by 'guix pull', we cannot | ||
| 71 | ;; really do it now. | ||
| 67 | (run-guix-main)) | 72 | (run-guix-main)) |
