mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 07:33:54 +01:00
fix: List-cvs-files.sh hash wasn't predictable
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fca1507c62
commit
13170dbee8
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
export LANG=POSIX
|
||||||
|
|
||||||
filter_deleted()
|
filter_deleted()
|
||||||
{
|
{
|
||||||
local rc_file="$1"
|
local rc_file="$1"
|
||||||
|
|
@ -61,4 +63,4 @@ shift
|
||||||
done
|
done
|
||||||
shift
|
shift
|
||||||
|
|
||||||
list_dirents .
|
list_dirents . | sort
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue