[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE
From:       Armin Berres <armin () space-based ! de>
Date:       2009-06-01 0:30:08
Message-ID: 1243816208.099829.24760.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 976129 by aberres:

fix bashisms in pure shell scripts. ubuntu and debian require this these days. see \
https://wiki.ubuntu.com/DashAsBinSh for some more information. i didn't port two very \
old scripts to POSIX, but just made them explicit bash scripts

 M  +1 -1      kdenetwork/kopete/plugins/latex/kopete_latexconvert.sh  
 M  +1 -1      kdesdk/scripts/build-progress.sh  
 M  +1 -1      kdesdk/scripts/cvsaddcurrentdir  


--- trunk/KDE/kdenetwork/kopete/plugins/latex/kopete_latexconvert.sh #976128:976129
@@ -27,7 +27,7 @@
 extra_header="$HOME/.tex2im_header"
 
 if [ -f ~/.tex2imrc ]; then
-	source ~/.tex2imrc
+	. ~/.tex2imrc
 fi
 
 OPTERR=0
--- trunk/KDE/kdesdk/scripts/build-progress.sh #976128:976129
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # This method gives some kind of status message in the title bar of Konsole,
 # xterm, etc.. Thanks have to go to Malte Starostik
--- trunk/KDE/kdesdk/scripts/cvsaddcurrentdir #976128:976129
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #Alexander Neundorf <neundorf@kde.org>
 #copyright 2002, GPL
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic