summaryrefslogtreecommitdiffstats
path: root/src/ob-unpacksource.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 15:36:46 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 15:36:46 (EDT)
commit772814d25620f586af33e5ddfa63f1356ff04fae (patch)
tree31c9aaebbf20a3a861a0783c07a7a914b7bff03f /src/ob-unpacksource.sh
parent419a457a3dabd3f4030f86aae8e082b492ec0084 (diff)
ob-*: Add more return statements
Diffstat (limited to 'src/ob-unpacksource.sh')
-rw-r--r--src/ob-unpacksource.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh
index fab5659..1202ce0 100644
--- a/src/ob-unpacksource.sh
+++ b/src/ob-unpacksource.sh
@@ -99,13 +99,12 @@ get_upstream_dir()
return 1
;;
1)
+ return 0
;;
*)
ob_error "$(ob_get_msg 'multiple_top_upstream_dirs')"
return 1
esac
-
- return 0
}
extract_upstream()