mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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
|
||||
|
||||
export LANG=POSIX
|
||||
|
||||
filter_deleted()
|
||||
{
|
||||
local rc_file="$1"
|
||||
|
|
@ -61,4 +63,4 @@ shift
|
|||
done
|
||||
shift
|
||||
|
||||
list_dirents .
|
||||
list_dirents . | sort
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue