Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/games/0ad/files/patch-build_workspaces_update-workspaces.sh
16135 views
1
--- build/workspaces/update-workspaces.sh.orig 2014-09-20 19:02:24 UTC
2
+++ build/workspaces/update-workspaces.sh
3
@@ -1,10 +1,5 @@
4
#!/bin/sh
5
6
-if [ "$(id -u)" = "0" ]; then
7
- echo "Running as root will mess up file permissions. Aborting ..." 1>&2
8
- exit 1
9
-fi
10
-
11
die()
12
{
13
echo ERROR: $*
14
15