diff options
Diffstat (limited to 'hel/recv-media.nix')
-rw-r--r-- | hel/recv-media.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hel/recv-media.nix b/hel/recv-media.nix index 2ae78e90..10f9397d 100644 --- a/hel/recv-media.nix +++ b/hel/recv-media.nix | |||
@@ -11,5 +11,5 @@ writeScriptBin "recv-media" '' | |||
11 | target="''${dir}"/$(basename "$1") | 11 | target="''${dir}"/$(basename "$1") |
12 | 12 | ||
13 | cp -ln "$1" "''${target}" | 13 | cp -ln "$1" "''${target}" |
14 | touch -c -d "$(print "$2" | tr '_' ' ')" "''${target}" | 14 | touch -c -t "$2" "''${target}" |
15 | '' | 15 | '' |