Oleg Pykhalov schreef op do 07-10-2021 om 01:15 [+0300]: > Oleg Pykhalov writes: > > > This patch fixes user's files corruption. Also, I applied suggestions > > about commit message, thanks zimoun! > > Also, in addion I forget to: > > Replace '#!/usr/bin/env bash' with '#!/bin/bash' > > Maybe a /bin/sh would be more Guix friendly, but shellcheck warns about > export -f does not exist in posix shell. Thoughts are welcome ;-) /bin/bash doesn't exist on Guix System, so it seems a bit weird to me to use that in Guix. Anyway, I think shellcheck should classify '#!/usr/bin/env bash' as a bash shell instead of a posix shell? Greetings, Maxime.