Skip to content

Commit 159139c

Browse files
committed
Improve error message
1 parent 11f5f13 commit 159139c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grantlee5/linuxdeploy-plugin-grantlee5.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ install -v -D -t "$target_dir" "$GRANTLEE5_PLUGINS_DIR"/*
108108
echo "Using linuxdeploy to deploy dependencies"
109109

110110
if ! test -x "$LINUXDEPLOY"; then
111-
echo "Error: \$LINUXDEPLOY is not set"
111+
echo "Error: \$LINUXDEPLOY is not set or not executable"
112112
exit 2
113113
fi
114114

0 commit comments

Comments
 (0)