summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2009-12-29 17:43:38 -0500
committerKohei Yoshida <kyoshida@novell.com>2009-12-29 17:43:38 -0500
commitcbf45fce346cc34b77c6dd1cd75c5311a4be4bab (patch)
tree2203c65b3d2ff0dd52d150de0dd20c845c30ad60
parent6697608dfb4865cb0145449b141a7ce685dd97ff (diff)
brace style
-rwxr-xr-xrun-test.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/run-test.sh.in b/run-test.sh.in
index 152839b..a2125b5 100755
--- a/run-test.sh.in
+++ b/run-test.sh.in
@@ -1,6 +1,7 @@
#!/bin/bash
-dump_files() {
+dump_files()
+{
for file in $(ls "$1"); do
filepath="$1/$file"
fileext=$(echo "$filepath" | sed -e 's/.*\.//g')