home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 15 Apr 2025 22:35:08 +0000 (00:35 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 15 Apr 2025 22:35:08 +0000 (00:35 +0200)
bookworm/scripts/lib/mkdir_p_print_top

index b88d63a27427478c7a159760bb95b23663a7a2cc..abacef9396cb7d9edda5ef73a30e4399a0af47df 100644 (file)
@@ -3,7 +3,7 @@ mkdir_p_print_top() {
     if [ -z "${_TO_SHORTEN}" ]; then
         echo ''
     else
-        _LENGTH=$(echo -n "${_TO_SHORTEN}" | wc -c)"
+        _LENGTH=$(echo -n "${_TO_SHORTEN}" | wc -c)
         _TARGET_LENGTH=$(calc "${_LENGTH} - 1" | cut -f2)
         echo "${_TO_SHORTEN}" | cut -c "-${_TARGET_LENGTH}"
     fi