diff options
Diffstat (limited to 'src')
-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 |