filefct: fixed missing function exports
This commit is contained in:
@@ -143,6 +143,7 @@ appendfile()
|
||||
die 12
|
||||
fi
|
||||
}
|
||||
export -f appendfile
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
@@ -165,6 +166,7 @@ isdirempty()
|
||||
fi
|
||||
return 1
|
||||
}
|
||||
export -f isdirempty
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
@@ -210,6 +212,7 @@ patchfile()
|
||||
|
||||
unset rights dstfile
|
||||
}
|
||||
export -f patchfile
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
@@ -226,6 +229,7 @@ tagfile()
|
||||
fi
|
||||
done
|
||||
}
|
||||
export -f tagfile
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
@@ -240,5 +244,6 @@ file_exists()
|
||||
fi
|
||||
done
|
||||
}
|
||||
export -f file_exists
|
||||
|
||||
# EOF
|
||||
|
||||
Reference in New Issue
Block a user