We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7682db commit ccf7183Copy full SHA for ccf7183
scripts/welcome_msg.sh
@@ -28,7 +28,7 @@ PATCHDIR = \"$PATCHDIR\"
28
Have fun \U0001F601
29
"
30
31
-# open INDEX.md if svn and build directories exist
+# open INDEX.md if svn and build directories do not exist
32
if [ ! -d "svn" ] && [ ! -d "build" ]; then
33
sleep 2
34
code INDEX.md
0 commit comments