summaryrefslogtreecommitdiffstats
path: root/src/ob-unpacksource.sh
diff options
context:
space:
mode:
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()