Richard Hansen
98e6ec3517
bin: Log the date in the restart message
2020-06-03 23:11:44 -04:00
Richard Hansen
e4fec3883b
bin: Improve readability of email body
2020-06-03 23:11:44 -04:00
Richard Hansen
ab408ce653
bin: Put log parameter handling logic together
2020-06-03 23:11:44 -04:00
Richard Hansen
335705e03d
bin: Simplify cd to install dir
2020-06-03 23:11:44 -04:00
Richard Hansen
2f76066d95
bin: Simplify while loop condition
2020-06-03 23:11:44 -04:00
Richard Hansen
57237b8568
bin: Quote expansions that are subject to field splitting
2020-06-03 23:11:44 -04:00
Richard Hansen
a28b7c7595
bin: Use assertion-style condition checks
2020-06-03 23:11:44 -04:00
Richard Hansen
5462d2109c
bin: Create and use new logging functions
...
These write errors to stderr and avoid unintentional backslash escape
processing in their arguments.
2020-06-03 23:11:44 -04:00
Richard Hansen
8e8b75be6c
bin: Use consistent comment formatting
2020-06-03 23:11:44 -04:00
Richard Hansen
9ffb2ccfb0
Revert "scripts: Various shell script cleanups ( #4008 )"
...
This reverts commit fba4fd5314
.
The series of commits I made for PR #4008 were squashed into a single
commit and rebased. Somewhere along the way a mistake was made in a
merge conflict resolution, resulting in some bad code in
`bin/buildForWindows.sh`. This commit reverts the bad squashed commit.
2020-06-03 23:11:44 -04:00
Richard Hansen
fba4fd5314
scripts: Various shell script cleanups ( #4008 )
2020-06-01 21:02:44 +01:00
muxator
a181ea8fbe
bin: replace double backticks (``) with $()
...
This has been the recommended way of launching subshells for ages, and is easier
to type and on the eye.
For a quick reference, see:
https://unix.stackexchange.com/questions/5778/whats-the-difference-between-stuff-and-stuff#5782
2020-03-29 00:53:17 +01:00
muxator
312c72c364
formatting: bulk remove trailing whitespaces
...
Do not touch vendorized files (e.g. libraries that were imported from external
projects).
No functional changes.
Command:
find . -name '*.<EXTENSION>' -type f -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
2019-10-20 02:09:22 +02:00
HairyFotr
c7548450c0
Typos and minor fixes in bin, doc, and root
2017-09-14 13:33:27 +02:00
LeoVerto
7e9bc1b7b9
Fix minor typo in safeRun.sh email report
2015-03-31 18:33:47 +02:00
Chia-liang Kao
67b513216a
Fix safeRun that tries to shift on subsequent restarts
2013-05-29 10:40:30 +08:00
Jens Herrmann
cbbf9a82ac
Pass arguments from safeRun.sh to run.sh
2013-05-26 23:06:15 +02:00
Garrett LeSage
c984f496c2
fixed issue # 64, making the shell scripts more portable (for OS X)
2011-08-03 23:08:27 +02:00
Peter 'Pita' Martischka
6b43d2252b
fixed merge conflicts
2011-07-26 19:30:39 +01:00
Peter 'Pita' Martischka
2e163f2924
reorganzied the bin folder
2011-07-26 17:00:56 +01:00