diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 12:11:57 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-12 12:41:01 +1300 |
commit | b8aa23ed3030c7e75505101db47e2e0ec94ceed6 (patch) | |
tree | 5742e85f986613e93a0b4e05fd3345408adbb9ff /games | |
parent | 6e9b2aacaaed9437496a83bda93dd8ced6b2945d (diff) |
games/sauerbraten: Fix shebang.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/sauerbraten/sauerbraten.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/sauerbraten/sauerbraten.SlackBuild b/games/sauerbraten/sauerbraten.SlackBuild index 2b5e4744ac44..3802d0239c47 100644 --- a/games/sauerbraten/sauerbraten.SlackBuild +++ b/games/sauerbraten/sauerbraten.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for sauerbraten |