From 5c52ff9259e486839f89ed367c59cf02cc40dafa Mon Sep 17 00:00:00 2001 From: baka Date: Mon, 28 Jan 2019 15:14:59 +0000 Subject: [PATCH] Fixes some errors in the TinyMCE build script. plugin and test now work git-svn-id: https://svn.libreccm.org/ccm/trunk@5813 8810af33-2d31-482b-a856-94f89814c4df --- tools-ng/tinymce/tinymce.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools-ng/tinymce/tinymce.sh b/tools-ng/tinymce/tinymce.sh index cd7da1cf3..0db172b0e 100755 --- a/tools-ng/tinymce/tinymce.sh +++ b/tools-ng/tinymce/tinymce.sh @@ -23,7 +23,7 @@ elif [[ $1 == "plugin" ]]; then grunt uglify:$2-plugin grunt copy:plugins - cp -rv $SCRIPTPATH/js/tinymce/plugins/$1 $CORE_PATH + cp -rv $SCRIPTPATH/js/tinymce/plugins/$2 $CORE_PATH elif [[ $1 == "test" ]]; then grunt validateVersion grunt shell:tsc @@ -32,5 +32,5 @@ elif [[ $1 == "test" ]]; then grunt uglify:$2-plugin grunt copy:plugins - cp -rv $SCRIPTPATH/js/tinymce/plugins/$1 $RUNTIME_PATH + cp -rv $SCRIPTPATH/js/tinymce/plugins/$2 $RUNTIME_PATH fi \ No newline at end of file