Skip to content

Commit

Permalink
#122 Updated a string and a comment to contain function to test that
Browse files Browse the repository at this point in the history
strings and comments are handled correctly
  • Loading branch information
brigittehuynh committed Jun 25, 2018
1 parent ca69774 commit de8f254
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ verifie_seuil_shell()
# --- Export d'une constante
typeset -r MAX_SHELL_LEVEL=2
export MAX_SHELL_LEVEL
# --- Export d'une certaine fonctions
# --- Export d'une certaine function
export -f verifie_seuil_shell

# --- Variables locales
nom_script=$(basename $0)
echo "Variable exportee au $nom_script s'appelle MAX_SHELL_LEVEL"
echo "Founction exportee au $nom_script s'appelle verifie_seuil_shell"
echo "function exportee au $nom_script s'appelle verifie_seuil_shell"

function testFunction ()
{
Expand Down

0 comments on commit de8f254

Please # to comment.