diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-05-17 00:00:22 +0200 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-05-17 00:00:22 +0200 |
commit | 6cecc7b4a6bd2fed40006d85f3ea855723c93840 (patch) | |
tree | e4f3c293f3f558a715456a5d2b116023f2b64251 | |
parent | 82d3918d7a1c625f98fcf607c7a450f18b7e60bd (diff) |
local is only allowed in functions
-rw-r--r-- | sh/migrate-to-run.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/migrate-to-run.sh.in b/sh/migrate-to-run.sh.in index f296a5ca..aa31c62a 100644 --- a/sh/migrate-to-run.sh.in +++ b/sh/migrate-to-run.sh.in @@ -17,7 +17,6 @@ if [ ! -d "@PREFIX@/run" ]; then fi if ! mountinfo -q -f tmpfs "@PREFIX@/run"; then - local x for x in "@PREFIX@/run/."* "@PREFIX@/run/"*; do case "$x" in "@PREFIX@/run/."|"@PREFIX@/run/..") |