diff options
| author | Dennis Camera <cdist@dtnr.ch> | 2022-01-21 22:57:46 +0100 |
|---|---|---|
| committer | Dennis Camera <cdist@dtnr.ch> | 2022-01-21 22:57:46 +0100 |
| commit | fc16dadeda4b298454385fea8bb93bcd7ff466d2 (patch) | |
| tree | 3d135c0214f38ad6dacde8c5b7b1f89923e330e5 | |
| parent | e74f780832e6ef690a884b4586937a907d6a8666 (diff) | |
| download | __dtnrch_egov-fc16dadeda4b298454385fea8bb93bcd7ff466d2.tar.gz __dtnrch_egov-fc16dadeda4b298454385fea8bb93bcd7ff466d2.zip | |
[type/__dtnrch_etax_flnp] Fix indentation
| -rwxr-xr-x | type/__dtnrch_etax_flnp/manifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/type/__dtnrch_etax_flnp/manifest b/type/__dtnrch_etax_flnp/manifest index a1be071..dbd49ec 100755 --- a/type/__dtnrch_etax_flnp/manifest +++ b/type/__dtnrch_etax_flnp/manifest @@ -190,9 +190,9 @@ then # If the JVM is replaced, we disable the JVM warning dialog at startup # FIXME: BREify install dir in pattern require="__link/${INSTALL_DIR:?}/${bundled_java_path}" \ - __check_messages "${__type##*/}-${version}-allow_system_jvm" \ - --pattern "^__link${INSTALL_DIR:?}/${bundled_java_path}:" \ - --execute "sed -i -e '/^[a-z]*TestedVM=/s/=.*\$/=*/' -e '/^runOnUntestedVM=/s/=.*\$/=true/' $(quote "${INSTALL_DIR:?}/configuration.properties")" + __check_messages "${__type##*/}-${version}-allow_system_jvm" \ + --pattern "^__link${INSTALL_DIR:?}/${bundled_java_path}:" \ + --execute "sed -i -e '/^[a-z]*TestedVM=/s/=.*\$/=*/' -e '/^runOnUntestedVM=/s/=.*\$/=true/' $(quote "${INSTALL_DIR:?}/configuration.properties")" else __link "${INSTALL_DIR:?}/${bundled_java_path}" --state absent --type symbolic --source '' fi |
