diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 03:34:39 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-17 03:34:39 (EST) |
commit | 455a277a2625cf94f7f8d3490b4642242228355d (patch) | |
tree | 812516d6f2a59d6e7b348f1995b13ae8b5e43532 | |
parent | e2ba2f47e155beadf6709ef2730711417ec6850f (diff) |
profile/proteanos: Add default suite "rel/trunk"
-rw-r--r-- | src/profile/proteanos.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 3779f7c..fbfce2d 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -101,6 +101,7 @@ prof_proteanos_normalize_suite() shift 1 case "${suite}" in + '') printf 'rel/trunk\n';; */*) printf '%s\n' "${suite}";; *) printf 'rel/%s\n' "${suite}";; esac |