fix dist.sh --fc (#223651)

This commit is contained in:
Jeremy Katz 2007-06-19 14:24:12 -04:00
parent a959c1f92d
commit 1b84f70101
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ fi
case "$1" in
--el) echo -n "$DISTRHEL" ;;
--fc) echo -n "$DISTFEDORA" ;;
--fc) echo -n "$DISTFC" ;;
--rhl) echo -n "$DISTRHL" ;;
--distnum) echo -n "$DISTNUM" ;;
--disttype) echo -n "$DISTTYPE" ;;