Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zafl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
zafl
Compare revisions
a5b44bc9975b914ae7dd5d36e5b9f3f9dff2a2a4 to fd1260adbf3eed374d6a5b74995a1323574136c5
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
opensrc/zafl
Select target project
No results found
fd1260adbf3eed374d6a5b74995a1323574136c5
Select Git revision
Swap
Target
opensrc/zafl
Select target project
opensrc/zafl
1 result
a5b44bc9975b914ae7dd5d36e5b9f3f9dff2a2a4
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Update error message to use var name instead of var expansion.
· fd1260ad
Jason Hiser
authored
3 years ago
fd1260ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/zafl.sh
+1
-1
1 addition, 1 deletion
bin/zafl.sh
with
1 addition
and
1 deletion
bin/zafl.sh
View file @
fd1260ad
...
...
@@ -5,7 +5,7 @@ if [ -z "$PSZ" ]; then
fi
if
[
!
-x
"
$PSZ
"
]
;
then
echo
"ps_zipr.sh could not be located in either the PATH or via the shell's
$PSZ
environment variable."
echo
"ps_zipr.sh could not be located in either the PATH or via the shell's
\
$
PSZ environment variable."
echo
"Please correct this and try again."
exit
1
fi
...
...
This diff is collapsed.
Click to expand it.