allow execution of guile file
1 files changed, 2 insertions(+), 1 deletions(-)

M conf.in
M conf.in +2 -1
@@ 347,7 347,8 @@ function run_new () {
         sed --separate -i "s,_TEMPLATE_PROJ_,${PROJ},g" "${PROJ}"/"${PROJ}.py"
     fi
     if test x"${PROJLANG}" = x"guile"; then
-        sed --separate -i "s,_TEMPLATE_PROJ_,${PROJ},g" "${PROJ}"/"${PROJ}.scm" "${PROJ}"/"${PROJ}"/*".scm" "${PROJ}"/scripts/* 
+        sed --separate -i "s,_TEMPLATE_PROJ_,${PROJ},g" "${PROJ}"/"${PROJ}.scm" "${PROJ}"/"${PROJ}"/*".scm" "${PROJ}"/scripts/*
+        chmod +x "${PROJ}"/"${PROJ}.scm"
     fi
     if test x"${PROJLANG}" = x"wisp" || test x"${PROJLANG}" = x"wisp-enter"; then
         cp "${TEMPLATES}/${PROJLANG}/run-_TEMPLATE_PROJ_.w" "${PROJ}"/"run-${PROJ}.w"