diff options
author | David Barksdale <amatus@amatus.name> | 2014-04-23 12:51:43 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2014-04-23 12:51:43 -0500 |
commit | bec4500227ad670aaa8aa52104f14d84f90a0feb (patch) | |
tree | 146cc64e7b59a99c4f989c61aabdc6337443077c /libexec/build-fetch-p4 | |
parent | 977fef1f303b14a4ca58f72af9298fc3253e4097 (diff) |
[build-fetch-p4] Remove debug 'exit 0'
Diffstat (limited to 'libexec/build-fetch-p4')
-rwxr-xr-x | libexec/build-fetch-p4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/build-fetch-p4 b/libexec/build-fetch-p4 index 4a76f73..b0af079 100755 --- a/libexec/build-fetch-p4 +++ b/libexec/build-fetch-p4 @@ -108,8 +108,6 @@ build_fetch_p4() unset build_fetch_p4_local unset build_fetch_p4_line - exit 0 - cd "${build_fetch_p4_tmp}" tar caf "${build_fetch_p4_var}" "${build_fetch_p4_dir}" |