Skip to content
Snippets Groups Projects
Commit 068ab9ab authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add Emacs file annotation to scripts.

parent 66575a00
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,9 @@ if [ "@USE_MPI@" = yes ]; then
. ./pio_write_run
else
exit 77
fi
\ No newline at end of file
fi
#
# Local Variables:
# mode: sh
# End:
#
......@@ -8,3 +8,8 @@ if [ "@USE_MPI@" = yes -a "@ENABLE_NETCDF@" = yes ]; then
else
exit 77
fi
#
# Local Variables:
# mode: sh
# End:
#
......@@ -6,4 +6,9 @@ if [ "@USE_MPI@" = yes ]; then
. ./pio_write_run
else
exit 77
fi
\ No newline at end of file
fi
#
# Local Variables:
# mode: sh
# End:
#
......@@ -6,4 +6,9 @@ if [ "@USE_MPI@" = yes ]; then
. ./pio_write_run
else
exit 77
fi
\ No newline at end of file
fi
#
# Local Variables:
# mode: sh
# End:
#
......@@ -6,4 +6,9 @@ if [ "@USE_MPI@" = yes ]; then
. ./pio_write_run
else
exit 77
fi
\ No newline at end of file
fi
#
# Local Variables:
# mode: sh
# End:
#
......@@ -17,3 +17,8 @@ else
# skip tests for unsupported formats
exit 77
fi
#
# Local Variables:
# mode: sh
# End:
#
......@@ -18,3 +18,8 @@ else
# skip tests for unsupported formats
exit 77
fi
#
# Local Variables:
# mode: sh
# End:
#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment