Skip to content

Commit cf4b45a

Browse files
Remove $ signs in quoted text
In order to prevent PowerShell from expanding non existing variables in quoted text, the dollar sign was replaced with S. Iw considered making single quoted text, but that interferred with the back-apostrophe (`) which is alse present in the text.
1 parent 8d42372 commit cf4b45a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/write-ascii-image.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ WriteLine ""
1919
WriteLine " _-o#&&*''''?d:>b\_"
2020
WriteLine " _o/'`'' '',, dMF9MMMMMHo_"
2121
WriteLine " .o&#' `'MbHMMMMMMMMMMMHo."
22-
WriteLine " .o'' ' vodM*$&&HMMMMMMMMMM?."
23-
WriteLine " ,' $M&ood,~'`(&##MMMMMMH\"
22+
WriteLine " .o'' ' vodM*S&&HMMMMMMMMMM?."
23+
WriteLine " ,' SM&ood,~'`(&##MMMMMMH\"
2424
WriteLine " / ,MMMMMMM#b?#bobMMMMHMMML"
25-
WriteLine " & ?MMMMMMMMMMMMMMMMM7MMM$R*Hk"
26-
WriteLine " ?$. :MMMMMMMMMMMMMMMMMMM/HMMM|`*L"
25+
WriteLine " & ?MMMMMMMMMMMMMMMMM7MMMSR*Hk"
26+
WriteLine " ?S. :MMMMMMMMMMMMMMMMMMM/HMMM|`*L"
2727
WriteLine "| |MMMMMMMMMMMMMMMMMMMMbMH' T,"
28-
WriteLine "$H#: `*MMMMMMMMMMMMMMMMMMMMb#}' `?"
28+
WriteLine "SH#: `*MMMMMMMMMMMMMMMMMMMMb#}' `?"
2929
WriteLine "]MMH# ''*''''*#MMMMMMMMMMMMM' -"
3030
WriteLine "MMMMMb_ |MMMMMMMMMMMP' :"
3131
WriteLine "HMMMMMMMHo `MMMMMMMMMT ."

0 commit comments

Comments
 (0)