We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159139c commit f6452c0Copy full SHA for f6452c0
gdb/linuxdeploy-plugin-gdb.sh
@@ -68,9 +68,9 @@ cat > "$old_exe" <<EOF
68
#! /bin/bash
69
70
if [[ -n "\$APPIMAGE_USE_GDB" ]]; then
71
- gdb --cd "\$APPDIR/usr/$(basename "$LINUXDEPLOY_PLUGIN_GDB_SRC")" --args "\$APPDIR/${new_exe#$appdir}" "\$@"
+ gdb --cd "\$APPDIR/usr/$(basename "$LINUXDEPLOY_PLUGIN_GDB_SRC")" --args "\$APPDIR/${new_exe#"$appdir"}" "\$@"
72
else
73
- exec "\$APPDIR/${new_exe#$appdir}" "\$@"
+ exec "\$APPDIR/${new_exe#"$appdir"}" "\$@"
74
fi
75
EOF
76
chmod $verbose 755 "$old_exe"
0 commit comments