このコミットが含まれているのは:
たかし 2023-09-09 01:00:08 +00:00
コミット e88abe22ff
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -7,7 +7,7 @@
# ./make.sh -local
footer=footer.html
if [ $1 and $1 = '-local' ]; then
if [ $1 -a $1 = '-local' ]; then
footer='footer-local.html'
fi