Project

General

Profile

« Previous | Next » 

Revision 12394

bin/psql_verbose_vegbien: use \\ instead of \ inside '' because this is sh, not bash

View differences:

psql_verbose_vegbien
4 4
selfDir="$(dirname -- "$0")"
5 5

  
6 6
(
7
    echo '\set VERBOSITY terse';
7
    # \\ because this is sh, not bash
8
    echo '\\set VERBOSITY terse'
8 9
    echo '\\timing on'
9 10
    echo 'SET client_min_messages = NOTICE;'
10 11
    cat

Also available in: Unified diff