Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gtk3-nocsd.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [ x"$(basename "$0")"x = x"gtk3-nocsd"x ] ; then
exec "$@"
fi

# Find the real program (the first one that's not symlinked to get3-nocsd)
# Find the real program (the first one that's not symlinked to gtk3-nocsd)
APPNAME="$(basename "$0")"
for APPPATH in $(which -a "$APPNAME") /bin/false; do
APPPATH_LINK="$(readlink -fe "$APPPATH")"
Expand Down