This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit bd6ba1effea047ce3617d854e6a511b5fc8a0e9f
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Fri Dec 29 14:17:45 2023 +0000

    move comment to be correct - commands not handled
---
 src/backends/table/open | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backends/table/open b/src/backends/table/open
index 4a40045..5f12ac0 100755
--- a/src/backends/table/open
+++ b/src/backends/table/open
@@ -216,7 +216,6 @@ function handle_cmd() {
         handle_cmd_dir_set ${DIR}
       fi
       ;;
-    # commands this fs doesn;'t handle (yet?)
     timer )
       if [ ${ARGS[0]} = "name" ]; then
         NAME=${ARGS[1]}
@@ -229,6 +228,7 @@ function handle_cmd() {
         fi
       fi
       ;;
+    # commands this fs doesn;'t handle (yet?)
     meta-set )
       ;;
     cnp-cut )

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to