mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-04 13:14:26 +02:00
test_fail.sh: call /bin/sh
This is a simple shell script using no bash functionalty. Closes: https://github.com/HowardHinnant/date/issues/854
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
echo $1
|
echo $1
|
||||||
eval $1
|
eval $1
|
||||||
@@ -7,4 +7,3 @@ if [ $? -eq 0 ]; then
|
|||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user