mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-21 11:52:52 +00:00
fix error message
This commit is contained in:
parent
8fa5a3a782
commit
e4c59cd8d6
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ bash ./chapter2/main.sh
|
|||
check_exit_code
|
||||
if [ $exit_status -ne 0 ]
|
||||
then
|
||||
stop_script "chapter3/3.1-sources.sh"
|
||||
stop_script "Stopped in chapter 2"
|
||||
fi
|
||||
|
||||
# Set LFS variable
|
||||
|
|
Loading…
Reference in a new issue