Fix shfmt command and formatted files

This commit is contained in:
Ismo Vuorinen
2023-01-12 16:49:49 +02:00
parent 9f1ba5034f
commit b6a18688c4
8 changed files with 126 additions and 120 deletions

View File

@@ -11,5 +11,5 @@
# If the status code was zero then repeat.
#
while [ $? -eq 0 ]; do
"$@"
"$@"
done