Merge branch 'bugfix/bad-syntax-shell-script' into 'dev'
typo: used both [ ] and test in shell script See merge request ligolang/ligo!41
This commit is contained in:
commit
ec4db9b01e
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
if [ test "x$PWD" = "x" ]; then
|
||||
if test "x$PWD" = "x"; then
|
||||
echo "Cannot detect the current directory, the environment variable PWD is empty."
|
||||
exit 1
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user