From: Skyebee Date: Mon, 1 Jun 2026 16:40:54 +0000 (-0400) Subject: Fix typo X-Git-Tag: v1.6.1-roc-dev~6^2~4 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=efbf7b78b3559d2dce3646c5b20441e80a916d85;p=dgamelaunch Fix typo DGLETC was CDGLETC in option parsing --- diff --git a/install-dgl-nh500 b/install-dgl-nh500 index bfcaff7..9ac599a 100755 --- a/install-dgl-nh500 +++ b/install-dgl-nh500 @@ -91,7 +91,7 @@ while [[ $# -gt 0 ]]; do ;; --etc) DGLETC="/${2#/}" - DGLETC="${CDGLETC%/}" + DGLETC="${DGLETC%/}" shift shift ;;