]> wagnertech.de Git - projects.git/commitdiff
error in libcob-ocesql.cp/ocecobc
authorMichael Wagner <mail@wagnertech.de>
Mon, 8 Jun 2026 13:18:12 +0000 (13:18 +0000)
committerMichael Wagner <mail@wagnertech.de>
Mon, 8 Jun 2026 13:18:12 +0000 (13:18 +0000)
debian/libcob-ocesql.cp

index 27ede25348cb5ff4832acc0c771cc5bf795e09b7..46820d2fdb3beb95550d058519ddd12358ead8a2 100755 (executable)
@@ -49,7 +49,7 @@ file=$1
 
 if [ $1 == "-x" ]; then
        exec_flag="-x"
-       if [ -z "$2 ]; then
+       if [ -z "$2" ]; then
                echo "File missing."
                echo "Usage: $usage"
                exit 43