[debian-edu-commits] debian-edu/ 106/183: Shebangpath's aren't supposed to have a space after the shebang
Alexander Alemayhu
ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.
commit 682397a0b6f556328e7d8d233f1e6373dd5bf8df
Author: Bart Cornelis <cobaco at linux.be>
Date: Fri Dec 23 12:47:29 2005 +0000
Shebangpath's aren't supposed to have a space after the shebang
---
20desktop-profiles_activateDesktopProfiles | 2 +-
debian/config | 2 +-
debian/postinst | 2 +-
debian/preinst | 2 +-
list-desktop-profiles | 2 +-
listingmodule | 2 +-
path2listing | 2 +-
profile-manager | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/20desktop-profiles_activateDesktopProfiles b/20desktop-profiles_activateDesktopProfiles
index 761022b..687cb9c 100644
--- a/20desktop-profiles_activateDesktopProfiles
+++ b/20desktop-profiles_activateDesktopProfiles
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
#
# Script to activate profiles (i.e. conditional extra stuff) for the various
# desktop environments in Debian based on the data in the *.listing files in
diff --git a/debian/config b/debian/config
index 493fdaa..4e601d4 100755
--- a/debian/config
+++ b/debian/config
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# source debconf library
. /usr/share/debconf/confmodule
diff --git a/debian/postinst b/debian/postinst
index 544edef..7712ca5 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# source debconf library
. /usr/share/debconf/confmodule
diff --git a/debian/preinst b/debian/preinst
index c3a18d7..51e0974 100644
--- a/debian/preinst
+++ b/debian/preinst
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
set -e
diff --git a/list-desktop-profiles b/list-desktop-profiles
index 6ce0e11..f19b163 100644
--- a/list-desktop-profiles
+++ b/list-desktop-profiles
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
#
# This script implements a tool to filter the profiles listed in .listing files
# used by the desktop-profiles package. Output format kan be specified using a
diff --git a/listingmodule b/listingmodule
index 28d6109..db3c27f 100644
--- a/listingmodule
+++ b/listingmodule
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
#
# This is a shell library containing utility functions the scripts in the
# desktop-profiles package. This library currently contains the following
diff --git a/path2listing b/path2listing
index 0cf5aae..886e466 100644
--- a/path2listing
+++ b/path2listing
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# This script is ment to allow you to setup gconf to manage confiuration
# sources through desktop-profiles.
#
diff --git a/profile-manager b/profile-manager
index 2a78f54..d360e27 100755
--- a/profile-manager
+++ b/profile-manager
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Convenience script to start kommander gui-script from the commandline
#
# (c) 2005 Bart Cornelis <cobaco AT skolelinux no>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git
More information about the debian-edu-commits
mailing list