diff options
author | 2007-09-16 22:36:53 +0000 | |
---|---|---|
committer | 2007-09-16 22:36:53 +0000 | |
commit | 6dc2c7a945b992e04dcee9e74c31cfc832b68061 (patch) | |
tree | efceb42aac388201b9144ef9af7dca65552f8d43 /sys-fs/gt5/files | |
parent | Install cropper scripts. (diff) | |
download | historical-6dc2c7a945b992e04dcee9e74c31cfc832b68061.tar.gz historical-6dc2c7a945b992e04dcee9e74c31cfc832b68061.tar.bz2 historical-6dc2c7a945b992e04dcee9e74c31cfc832b68061.zip |
Changed interpreter to bash
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'sys-fs/gt5/files')
-rw-r--r-- | sys-fs/gt5/files/digest-gt5-1.4.0-r1 (renamed from sys-fs/gt5/files/digest-gt5-1.4.0) | 0 | ||||
-rw-r--r-- | sys-fs/gt5/files/gt5-1.4.0-bash-shabang.patch | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sys-fs/gt5/files/digest-gt5-1.4.0 b/sys-fs/gt5/files/digest-gt5-1.4.0-r1 index 7022a821c613..7022a821c613 100644 --- a/sys-fs/gt5/files/digest-gt5-1.4.0 +++ b/sys-fs/gt5/files/digest-gt5-1.4.0-r1 diff --git a/sys-fs/gt5/files/gt5-1.4.0-bash-shabang.patch b/sys-fs/gt5/files/gt5-1.4.0-bash-shabang.patch new file mode 100644 index 000000000000..d28d9f6c1eed --- /dev/null +++ b/sys-fs/gt5/files/gt5-1.4.0-bash-shabang.patch @@ -0,0 +1,9 @@ +diff -ru gt5-1.4.0.orig/gt5 gt5-1.4.0/gt5 +--- gt5-1.4.0.orig/gt5 2007-09-17 00:29:48.685233203 +0200 ++++ gt5-1.4.0/gt5 2007-09-17 00:29:55.684165472 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + version=1.4.0 + + #HTML-colours: --------------------------------------------------------------- |