diff options
Diffstat (limited to 'lfs-latest-git.php')
-rw-r--r-- | lfs-latest-git.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php index a581792af..54a16eda2 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -318,7 +318,7 @@ function get_current() # Make version.ent chdir( "$tmpdir/LFS" ); - exec ( "./git-version.sh" ); + exec ( "./git-version.sh systemd" ); chdir( $cdir ); |