Switch to unified view

a/makesrcdist.sh b/makesrcdist.sh
...
...
112
    $TAR chf - $releasename | \
112
    $TAR chf - $releasename | \
113
        gzip > $out)
113
        gzip > $out)
114
echo "$targetdir/$out created"
114
echo "$targetdir/$out created"
115
115
116
# Check manifest against current reference
116
# Check manifest against current reference
117
export LANG=C
117
export LC_ALL=C
118
tar tzf $targetdir/$out | sort | cut -d / -f 2- | \
118
tar tzf $targetdir/$out | sort | cut -d / -f 2- | \
119
    diff manifest.txt - || fatal "Please fix file list manifest.txt"
119
    diff manifest.txt - || fatal "Please fix file list manifest.txt"
120
120
121
# We tag .. as there is the 'packaging/' directory in there
121
# We tag .. as there is the 'packaging/' directory in there
122
[ $dotag = "yes" ] && create_tag $TAG
122
[ $dotag = "yes" ] && create_tag $TAG