Skip to content

Commit

Permalink
In Posix, /bin/sh has no [[, but bash has them ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 authored and CoffeeFlux committed Dec 3, 2023
1 parent b8897ea commit 7477d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildLua.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

if [ -z $2 ]; then
echo "Usage: $0 input_file output_file [input2 output2 ...]"
Expand Down

0 comments on commit 7477d80

Please sign in to comment.