Skip to content

Commit 73289c6

Browse files
authored
Update flip-exec-order.src.hook
1 parent 554e2d8 commit 73289c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppDir/bin/flip-exec-order.src.hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
# Check if 'cartridges-search-provider' is supplied as $1, then if ARGV0 is supplied, then if $1 is supplied as binary, then if it's the main bin
99
if [ -f "$CURRENTDIR"/bin/"$1" ] && [ "$1" = "cartridges-search-provider" ]; then
1010
BIN="$1"
11-
shift
11+
shift
1212
exec "$CURRENTDIR"/bin/"$BIN" "$@"
1313
fi

0 commit comments

Comments
 (0)