libmakepkg: fix test style
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
23e3c48526
commit
366adc3bb0
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
[ -n "$LIBMAKEPKG_UTIL_MESSAGE_SH" ] && return
|
[[ -n "$LIBMAKEPKG_UTIL_MESSAGE_SH" ]] && return
|
||||||
LIBMAKEPKG_UTIL_MESSAGE_SH=1
|
LIBMAKEPKG_UTIL_MESSAGE_SH=1
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
[ -n "$LIBMAKEPKG_UTIL_OPTION_SH" ] && return
|
[[ -n "$LIBMAKEPKG_UTIL_OPTION_SH" ]] && return
|
||||||
LIBMAKEPKG_UTIL_OPTION_SH=1
|
LIBMAKEPKG_UTIL_OPTION_SH=1
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue