diff options
author | davidovski <david@davidovski.xyz> | 2022-04-17 21:49:01 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-17 21:49:01 +0100 |
commit | d5022ffb57247496d9190c6fcba94d74ed3e6fd2 (patch) | |
tree | 6aee11b6def01659ba92ecde275fb071bad3eef7 /xibuild/build_all.sh | |
parent | f3eb890b34d7e50727db601e357049a8848fc5ad (diff) |
fixed bootstrap links
Diffstat (limited to 'xibuild/build_all.sh')
-rwxr-xr-x | xibuild/build_all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xibuild/build_all.sh b/xibuild/build_all.sh index 755c528..a0adbbc 100755 --- a/xibuild/build_all.sh +++ b/xibuild/build_all.sh @@ -86,7 +86,7 @@ while true; do printf "${ERROR} Something went wrong!${NEUTRAL} Press enter to view recent log" read out; - less $(ls -1 --sort time $XIB_EXPORT/repo/*/*.log | head -1 | xargs realpath) + less $(ls -t1 $XIB_EXPORT/repo/*/*.log | head -1 | xargs realpath) read -p "Retry build? [Y/n]" response if [ "$response" = "n" ]; then |