File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
+ REM This script may also be set as the "Command line" of a Windows Terminal profile
4
+
3
5
if not " %1 " == " /SETENV" setlocal
4
6
5
7
set PATH = %~dp0 perl\site\bin;%~dp0 perl\bin;%~dp0 c\bin;%PATH%
@@ -29,8 +31,8 @@ exit /b %ERRORLEVEL%
29
31
:INTERACTIVE
30
32
echo ----------------------------------------------
31
33
echo Welcome to Strawberry Perl Portable Edition!
32
- echo * URL - http ://www.strawberryperl.com/
33
- echo * see README.TXT for more info
34
+ echo * URL - https ://www.strawberryperl.com/
35
+ echo * See README.TXT for more info
34
36
echo ----------------------------------------------
35
37
perl -MConfig -e " printf(" " " Perl executable: %% s\nPerl version : %% vd / $Config{archname}\n\n" " " , $^X, $^V)" 2 > nul
36
38
if ERRORLEVEL== 1 echo FATAL ERROR: 'perl' does not work; check if your strawberry pack is complete!
You can’t perform that action at this time.
0 commit comments