diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-25 13:29:46 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-08-25 14:19:11 +0200 |
commit | 4bfc989bebf3618bc1c66987c66ab51e952b9b88 (patch) | |
tree | 673f5e2c8b7474a6ccfef8176a07828fec485bb2 /finish | |
parent | 48215281a21a8e868ecbd58eff96c20d6c0e3712 (diff) |
fix: path to execlineb in shebang
Diffstat (limited to 'finish')
-rw-r--r-- | finish | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/execlineb -S3 +#!/bin/execlineb -S3 # the -S3 tells execline to substitute 3 positional parameters # which for this file are: # 1) exit code of the 'run' script |