Skip to content

Commit 159139c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grantlee5/linuxdeploy-plugin-grantlee5.sh

Lines changed: 1 addition & 1 deletion
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)