git.fiddlerwoaroof.com
Browse code

fix start_paper

Ed L authored on 24/05/2020 03:11:24
Showing 1 changed files
... ...
@@ -6,7 +6,7 @@ if command -v gtar >-; then
6 6
 fi
7 7
 
8 8
 base64_cmdline=(base64 -d)
9
-if ! base64 -d &>-; then
9
+if ! base64 -d </dev/null &>/dev/null; then
10 10
   echo -- use -D
11 11
   base64_cmdline=(base64 -D)
12 12
 fi