Formatting fix in repo2html script (indentation)
parent
9a8803f707
commit
b60623d005
14
repo2html
14
repo2html
|
@ -100,13 +100,13 @@ while getopts t:d:c:e:l:f:o:C:ER:T: opt; do
|
||||||
l) license="$OPTARG";;
|
l) license="$OPTARG";;
|
||||||
f) msgfmt="$OPTARG";;
|
f) msgfmt="$OPTARG";;
|
||||||
o)
|
o)
|
||||||
# recognize both absolute and relative paths
|
# recognize both absolute and relative paths
|
||||||
if [ "${OPTARG:0:1}" == / ]; then
|
if [ "${OPTARG:0:1}" == / ]; then
|
||||||
path_out="$OPTARG"
|
path_out="$OPTARG"
|
||||||
else
|
else
|
||||||
path_out="$path_out/$OPTARG"
|
path_out="$path_out/$OPTARG"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
C) html_external_css="$OPTARG";;
|
C) html_external_css="$OPTARG";;
|
||||||
E) html_ext=;;
|
E) html_ext=;;
|
||||||
R) rss_count="$OPTARG";;
|
R) rss_count="$OPTARG";;
|
||||||
|
|
Loading…
Reference in New Issue