diff options
Diffstat (limited to 'libgo')
-rwxr-xr-x | libgo/testsuite/gotest | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index 0b2e572..a82386a 100755 --- a/libgo/testsuite/gotest +++ b/libgo/testsuite/gotest @@ -513,9 +513,7 @@ localname() { # Returned: leaf.Mumble # symtogo() { - local s="" - local result="" - local ndots="" + result="" for tp in $* do s=$(echo "$tp" | sed -e 's/\.\.z2f/%/g' | sed -e 's/.*%//') |