From 38c63f729b1593b323877f24aa03e23fd9470396 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 03 2011 02:43:00 +0000 Subject: Update cli_checkRepoDirSource.sh. --- diff --git a/Scripts/Functions/cli_checkRepoDirSource.sh b/Scripts/Functions/cli_checkRepoDirSource.sh index 4f79dd2..3d123e6 100755 --- a/Scripts/Functions/cli_checkRepoDirSource.sh +++ b/Scripts/Functions/cli_checkRepoDirSource.sh @@ -96,4 +96,7 @@ function cli_checkRepoDirSource { fi + # Output sanitated location. + echo $LOCATION + }