Skip to content

Commit

Permalink
Bug 1153994 - Syntax error in nss/tests/all.sh, r=kaie
Browse files Browse the repository at this point in the history
  • Loading branch information
Elio Maldonado committed Apr 13, 2015
1 parent e0982ae commit 7dfb2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all.sh
Expand Up @@ -302,7 +302,7 @@ fi
# following test for modutil should check for that instead.
# Exception: when building softoken only, shlibsign is the
# last file created.
if [ ${NSS_BUILD_SOFTOKEN_ONLY} = "1" ]; then
if [ "${NSS_BUILD_SOFTOKEN_ONLY}" = "1" ]; then
LAST_FILE_BUILT=shlibsign
else
LAST_FILE_BUILT=modutil
Expand Down

0 comments on commit 7dfb2d5

Please sign in to comment.