diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-06 17:54:28 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-04-06 17:54:28 +0200 |
commit | 3d240cd432e0374dd2292756b53c003f96cd0e8f (patch) | |
tree | e11d93423ba11ac2642052d185e9d067ec440031 /hel/recv-media.nix | |
parent | 7e249afde0127d8f9e11895d210799d9612e39bb (diff) | |
download | nixos-3d240cd432e0374dd2292756b53c003f96cd0e8f.tar nixos-3d240cd432e0374dd2292756b53c003f96cd0e8f.tar.gz nixos-3d240cd432e0374dd2292756b53c003f96cd0e8f.tar.bz2 nixos-3d240cd432e0374dd2292756b53c003f96cd0e8f.tar.xz nixos-3d240cd432e0374dd2292756b53c003f96cd0e8f.zip |
Bash
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 bb1fbb53..22374f01 100644 --- a/hel/recv-media.nix +++ b/hel/recv-media.nix | |||
@@ -33,7 +33,7 @@ writeScriptBin "recv-media" '' | |||
33 | $(id) | 33 | $(id) |
34 | $(stat ''${dir}) | 34 | $(stat ''${dir}) |
35 | $(stat ''${1}) | 35 | $(stat ''${1}) |
36 | $(print ''${2}) | 36 | $(echo ''${2}) |
37 | EOF | 37 | EOF |
38 | 38 | ||
39 | ( | 39 | ( |