From: zoulasc Date: Mon, 12 May 2014 15:15:00 +0000 (-0400) Subject: move initialization of RMTAB before it is used (Ian Kent) X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=f86d699d38fbb90bc37f6cf8c95a5d7d00cf6fb3;p=am-utils-6.2.git move initialization of RMTAB before it is used (Ian Kent) --- diff --git a/scripts/fixrmtab.in b/scripts/fixrmtab.in index 8f57e31d..1289bc0b 100755 --- a/scripts/fixrmtab.in +++ b/scripts/fixrmtab.in @@ -10,11 +10,11 @@ #set -x +RMTAB=/etc/rmtab if [ ! -f "$RMTAB" ]; then exit 0 fi -RMTAB=/etc/rmtab TMP="$(mktemp ${RMTAB}.XXXXXX)" if [ -z "$TMP" ]; then exit 1