diff options
author | 2024-07-22 14:05:18 +0000 | |
---|---|---|
committer | 2024-07-22 14:05:18 +0000 | |
commit | 39d3883500fe2fa964a64df2e3225a7811744b5e (patch) | |
tree | ce77784190795c8a083bc9a125cda3310a4c471e | |
parent | e69b3218f32fe1a2f9b1a27276ee92ae6ad8b877 (diff) | |
parent | 451ceec4dd7de984ebcd332286c47d955c6c9d67 (diff) |
Merge "Fix afind command" into main
-rwxr-xr-x | bin/afind | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# prevent glob expansion in this script +set -f + dir=${1:-.} shift |