Codebase list xapp / ca44e4a
Fix shebang of session file Norbert Preining 3 years ago
2 changed file(s) with 13 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ---
1 data/80xapp-gtk3-module.sh | 2 +-
2 1 file changed, 1 insertion(+), 1 deletion(-)
3
4 --- a/data/80xapp-gtk3-module.sh
5 +++ b/data/80xapp-gtk3-module.sh
6 @@ -1,4 +1,4 @@
7 -#!/usr/bin/bash
8 +#!/bin/bash
9 # This file is sourced by xinit(1) or a display manager's Xsession, not executed.
10
11 if [ -z "$GTK_MODULES" ] ; then
00 remap-archall-libexec
1 fix-shebang