Skip to content

Commit 427b956

Browse files
authored
Merge pull request #131 from rwp0/patch-1
[doc] `portableshell.bat`: Add usage suggestion
2 parents 2500136 + 2dc6ced commit 427b956

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

share/portable/portableshell.bat

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
@echo off
22

3+
REM This script may also be set as the "Command line" of a Windows Terminal profile
4+
35
if not "%1" == "/SETENV" setlocal
46

57
set PATH=%~dp0perl\site\bin;%~dp0perl\bin;%~dp0c\bin;%PATH%
@@ -29,8 +31,8 @@ exit /b %ERRORLEVEL%
2931
:INTERACTIVE
3032
echo ----------------------------------------------
3133
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
3436
echo ----------------------------------------------
3537
perl -MConfig -e "printf("""Perl executable: %%s\nPerl version : %%vd / $Config{archname}\n\n""", $^X, $^V)" 2>nul
3638
if ERRORLEVEL==1 echo FATAL ERROR: 'perl' does not work; check if your strawberry pack is complete!

0 commit comments

Comments
 (0)