From bf33d5cee005f9dda26fd6ac8dc2774b72a26834 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sat, 27 Aug 2016 01:33:48 +0200 Subject: [PATCH] better extension for the timestamp script --- goodies/timestamp-file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goodies/timestamp-file.sh b/goodies/timestamp-file.sh index 4e9c6a5..3371e42 100755 --- a/goodies/timestamp-file.sh +++ b/goodies/timestamp-file.sh @@ -88,7 +88,7 @@ while getopts ":lhu:i:o:O:C:" opt; do done # If no output file specified, output to .ts -[ -z "$OUTPUT_FILE" ] && OUTPUT_FILE="${INPUT_FILE}.ts" +[ -z "$OUTPUT_FILE" ] && OUTPUT_FILE="${INPUT_FILE}.tsr" # Check that input file exists [ -f "$INPUT_FILE" ] || exit_error "Input file '$INPUT_FILE' doesn't exist"