File: use-bash-not-ksh

package info (click to toggle)
amiwm 0.21pl2-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye
  • size: 1,004 kB
  • sloc: ansic: 9,800; perl: 443; makefile: 253; yacc: 241; lex: 215; sh: 211
file content (39 lines) | stat: -rw-r--r-- 1,384 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Description: Use bash instead of ksh
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 amiwm (0.21pl2-1) unstable; urgency=low
 .
   * New upstream version.
   * debian/rules: add lintian recommended targets.
   * debian/copyright: update copyright years.
   * debian/watch: added.
   * Bump debhelper version to 8.
   * Bump standards version to 3.9.6.
   * Update my name.
Author: Gürkan Myczko <gurkan@phys.ethz.ch>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- amiwm-0.21pl2.orig/Xsession.in
+++ amiwm-0.21pl2/Xsession.in
@@ -1,4 +1,4 @@
-#!/bin/ksh 
+#!/bin/bash
 
 if [ -z "$SESSIONTYPE" ]
 then