]> skyeroc.xyz Git - dgamelaunch/commitdiff
Fix typo
authorSkyebee <sb24kelley@gmail.com>
Mon, 1 Jun 2026 16:40:54 +0000 (12:40 -0400)
committersbkelley <sb24kelley@gmail.com>
Mon, 1 Jun 2026 20:43:59 +0000 (16:43 -0400)
DGLETC was CDGLETC in option parsing

install-dgl-nh500

index bfcaff765068e187fc38bd486fa2876091796840..9ac599a4a36b1ce43229e19f6ad27856cd63fdb9 100755 (executable)
@@ -91,7 +91,7 @@ while [[ $# -gt 0 ]]; do
       ;;
     --etc)
       DGLETC="/${2#/}"
-      DGLETC="${CDGLETC%/}"
+      DGLETC="${DGLETC%/}"
       shift
       shift
       ;;