s4

changeset 515:0b47ddf9c8de

Load s4-cgi if necessary
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 04 Apr 2019 10:09:37 +0900
parents fa3f78ce3e26
children 575e321179c3
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Thu Apr 04 10:02:20 2019 +0900
     1.2 +++ b/s4-funcs.sh	Thu Apr 04 10:09:37 2019 +0900
     1.3 @@ -55,7 +55,7 @@
     1.4    *i[Pp]hone*|*[Aa]ndroid*)	touchpanel=1 ;;
     1.5    *)				touchpanel="" ;;
     1.6  esac
     1.7 -. ./s4-cgi.sh
     1.8 +[ -f ./s4-cgi.sh ] && . ./s4-cgi.sh
     1.9  
    1.10  : <<EOF
    1.11