Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • opensrc/zafl
1 result
Show changes
Commits on Source (1)
......@@ -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
......