Timo Aaltonen pushed to branch debian-unstable at X Strike Force / xorg
Commits:
-
51301f83
by Jochen Sprickerhof at 2025-08-07T15:09:16+02:00
1 changed file:
Changes:
| ... | ... | @@ -33,7 +33,7 @@ case $# in |
| 33 | 33 | ;;
|
| 34 | 34 | *)
|
| 35 | 35 | # Specific program was requested.
|
| 36 | - if command -v "$1" >/dev/null; then
|
|
| 36 | + if command -v "${1%% *}" >/dev/null; then
|
|
| 37 | 37 | STARTUP="$1"
|
| 38 | 38 | else
|
| 39 | 39 | message "unable to launch \"$1\" X session ---" \
|