ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/config/banniere_commit.bash
(Generate patch)

Comparing magic/config/banniere_commit.bash (file contents):
Revision 1189 by francois, Tue Feb 4 17:26:49 2025 UTC vs.
Revision 1193 by francois, Fri May 23 20:09:25 2025 UTC

# Line 1 | Line 1
1   #!/bin/bash
2  
3 + DIR="$(cd "$(dirname "$0")" && pwd)"
4 + cd ..
5 +
6   liste=$(svn status)
7  
8   etat=0
# Line 8 | Line 11 | do
11   if [ $etat == 1 ]
12   then
13   echo $LINE
14 < source `dirname "$0"`/banniere_indivi.bash $LINE
14 > source $DIR/banniere_indivi.bash $LINE
15   fi
16   if [[ `echo ${LINE} | cut -c1` = 'M' ]] || [[ `echo ${LINE} | cut -c1` = 'A' ]]
17   then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines