File: fix-bash-interpreter-location-in-shebang.patch

package info (click to toggle)
aurorae 6.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 628 kB
  • sloc: cpp: 3,344; xml: 24; sh: 11; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
--- a/src/plasma-apply-aurorae.cmake
+++ b/src/plasma-apply-aurorae.cmake
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 # TODO Plasma 7: Drop aurorae.knsrc, use knsrc file provided by KWin.