aboutsummaryrefslogtreecommitdiffstats
path: root/macroszification
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@gmail.com>2018-08-04 09:51:47 +0200
committerGuillaume Rousse <guillomovitch@gmail.com>2018-08-04 09:51:47 +0200
commitabb9b4d0d4dac36b438a40e8368d8861871809ad (patch)
treebf0f7a1ba5fd4bdafafea7d47b2adaef784ebec9 /macroszification
parent815e6b02548575161d485ebe71ea96912f51ea5f (diff)
downloadspec-helper-abb9b4d0d4dac36b438a40e8368d8861871809ad.tar
spec-helper-abb9b4d0d4dac36b438a40e8368d8861871809ad.tar.gz
spec-helper-abb9b4d0d4dac36b438a40e8368d8861871809ad.tar.bz2
spec-helper-abb9b4d0d4dac36b438a40e8368d8861871809ad.tar.xz
spec-helper-abb9b4d0d4dac36b438a40e8368d8861871809ad.zip
a bit more consistency in various file headers
Diffstat (limited to 'macroszification')
-rw-r--r--macroszification7
1 files changed, 3 insertions, 4 deletions
diff --git a/macroszification b/macroszification
index 76cb48a..b6ef99c 100644
--- a/macroszification
+++ b/macroszification
@@ -1,11 +1,10 @@
#!/bin/bash
-# -*- Mode: shell-script -*-
+# Macroszification of files to be mandrake compliant, also do some check.
+
# Copyright (C) 2000 by Chmouel Boudjnah <chmouel@mandrakesoft.com>,
# MandrakeSoft
# Redistribution of this file is permitted under the terms of the GNU
# Public License (GPL)
-## description:
-# Macroszification of files to be mandrake compliant, also do some check.
function usage () {
rval=$1
@@ -112,4 +111,4 @@ fi
if [[ -n $clean ]];then
rm -f $file.old
-fi \ No newline at end of file
+fi