diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2017-09-14 08:08:09 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2017-09-14 08:08:09 +0200 |
| commit | 1bc87ab7701da53ad718e76d4c35eae6492db387 (patch) | |
| tree | 190738272889b4d5af51818b4f4d5589a542d088 | |
| parent | b97fa97a319303efdc05f2d9449130c84c4f2861 (diff) | |
Fix whitespace
| -rwxr-xr-x | server/autobuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/server/autobuild b/server/autobuild index c280d93..4f7edda 100755 --- a/server/autobuild +++ b/server/autobuild @@ -366,14 +366,14 @@ os_nixos() { handle_options "$@" -os_nixos "$@" || \ -os_macos "$@" || \ +os_nixos "$@" || \ +os_macos "$@" || \ os_freebsd "$@" || \ -os_arch "$@" || \ -os_centos "$@" || \ -os_fedora "$@" || \ -os_debian "$@" || \ -os_msys2 "$@" || \ +os_arch "$@" || \ +os_centos "$@" || \ +os_fedora "$@" || \ +os_debian "$@" || \ +os_msys2 "$@" || \ { OS_IS_HANDLED= if [ -z "$DRY_RUN" ]; then @@ -446,11 +446,11 @@ if [ -n "$INSTALL_DIR" ]; then fi # Copy dynamic libraries on windows. if [ -f epdfinfo.exe ]; then - assert_program awk - assert_program ldd - for dll in $(ldd epdfinfo.exe | awk '/\/mingw/ {print $3}'); do - cp -u "$dll" "$INSTALL_DIR" - done + assert_program awk + assert_program ldd + for dll in $(ldd epdfinfo.exe | awk '/\/mingw/ {print $3}'); do + cp -u "$dll" "$INSTALL_DIR" + done fi echo fi |
