unset IFS variable - weird behaviour otherwise

trim unnecessary newlines
This commit is contained in:
fabian 2023-02-26 20:42:38 +01:00
parent e9d35afb8b
commit 99d177099a
7 changed files with 0 additions and 13 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
# this script is supposed to apply changes in /sync/{home,root}_external to /sync/{home,root}_external and thus to / resp. ~/
# FIXME!!! WIP

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
source /sync/scripts/mount_general.sh

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
source /sync/scripts/mount_general.sh

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
sshMount () {
args=($@)

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
source /sync/scripts/unmount_general.sh

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
source /sync/scripts/unmount_general.sh

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
sshUnmount () {
args=($@)