summaryrefslogtreecommitdiffstats
path: root/tools/gfind_missing_files/gfid_to_path.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfind_missing_files/gfid_to_path.sh')
-rw-r--r--tools/gfind_missing_files/gfid_to_path.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/gfind_missing_files/gfid_to_path.sh b/tools/gfind_missing_files/gfid_to_path.sh
index 20ac6a94fd2..ebe817ac2f3 100644
--- a/tools/gfind_missing_files/gfid_to_path.sh
+++ b/tools/gfind_missing_files/gfid_to_path.sh
@@ -11,7 +11,7 @@
E_BADARGS=65
-function gfid_to_path()
+gfid_to_path ()
{
brick_dir=$1;
gfid_file=$(readlink -e $2);
@@ -29,7 +29,8 @@ function gfid_to_path()
}
-function main(){
+main ()
+{
if [ $# -ne 2 ]
then
echo "Usage: `basename $0` BRICK_DIR GFID_FILE";