Skip to content

Commit 2c668b0

Browse files
committed
replace tabs by spaces
1 parent 011ddfb commit 2c668b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/updatedates.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ for f in `git ls-files` ; do
2727

2828
# skip symbolic links
2929
if `test -L $f`; then
30-
echo "Skipping symbolic link $f"
31-
continue
30+
echo "Skipping symbolic link $f"
31+
continue
3232
fi
3333

3434
# process files with ZIB copyright string that do not include current year
3535
if grep -o 'Copyright (c) [0-9]*-[0-9]* Zuse Institute Berlin (ZIB)' $f | grep -vq $NEWYEAR ; then
36-
echo "Updating $f"
37-
sed -i "s/Copyright (c) \([0-9]*\)-[0-9]* Zuse Institute Berlin (ZIB)/Copyright (c) \1-$NEWYEAR Zuse Institute Berlin (ZIB)/g" $f
36+
echo "Updating $f"
37+
sed -i "s/Copyright (c) \([0-9]*\)-[0-9]* Zuse Institute Berlin (ZIB)/Copyright (c) \1-$NEWYEAR Zuse Institute Berlin (ZIB)/g" $f
3838
fi
3939

4040
# print matches for lines that have "Copyright" and "Zuse" but are not a valid ZIB copyright

0 commit comments

Comments
 (0)